How do I find out what functions are called when a button is pressed in Chrome Console?

后端 未结 4 397
[愿得一人]
[愿得一人] 2020-12-01 04:11

I am trying to teach myself the Google Closure javascript library. I am examining the TreeControl UI widget.

How can I use Chrome Console to analyze what functions a

4条回答
  •  死守一世寂寞
    2020-12-01 04:36

    This may be helpful for some people:

    You can right click an element on the elements tab and use 'break on' to break on e.g. sub element modification. https://developer.chrome.com/devtools/docs/javascript-debugging

提交回复
热议问题