Program to tell what scripts are running in a browser?
Is there a program that tells me the script that a browser exec开发者_开发问答utes for a particular event? for example, what script clicking on a button initiates?
Visual Event bookmarklet enables you to see DOM0 event bound to individual elements.

(source: myopera.com)
Webkit's WebInspector has EventListener inspector module.. but it often crashes Chrome, when you try to use it.
加载中,请稍侯......
精彩评论