What is “(program)” in the function column of the Chrome debugger?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
(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.