Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 HTML5 网络应用程序,并且“某物”将一个点击处理程序附加到我的一个 div 上。
如果我使用事件侦听器选项卡,我可以看到单击事件及其所有属性 - 但是有没有办法在触发事件时中断并跟踪执行的内容?这可能会给我更多关于它附加的信息。
无视,发现:
https://developers.google.com/chrome-developer-tools/docs/javascript-debugging#breakpoints-on-javascript-event-listeners
只需进入 Sources 选项卡下的 Event Listener Breakpoints 并打开 Mouse > click