What is “(program)” in the function column of the Chrome debugger?
(program) is Chrome itself, the root of the tree calling all other code...it's there because the jump from native code to JavaScript, resource loading, etc. has to start somewhere :)
(program)
You can see examples of the treeview in the Chrome developer tool docs.
1.4m articles
1.4m replys
5 comments
57.0k users