Monday, May 20, 2024
5
rated 0 times [  7] [ 2]  / answers: 1 / hits: 34003  / 14 Years ago, sat, october 2, 2010, 12:00:00

What is “(program)” in the function column of the Chrome debugger?


More From » google-chrome-devtools

 Answers
189

(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 :)



You can see examples of the treeview in the Chrome developer tool docs.


[#95430] Thursday, September 30, 2010, 14 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
beatrices

Total Points: 745
Total Questions: 103
Total Answers: 105

Location: Guam
Member since Tue, Nov 29, 2022
2 Years ago
;