国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

javascript - How to locate which js is called by an action without interrupting point debugging?
滿天的星座
滿天的星座 2017-06-26 10:58:40
0
2
771

It's easy to write breakpoints in your own code, and firebug will jump directly to the breakpoint.

But there is often an old problem. Looking at other people's code, a lot of js is loaded on it. Since js jquery is usually event-bound, js actions are not written directly in html tags. At this time:

1. When the mouse moves over an element and an action is generated, how to locate which function of which js file is executed by this action?

2. This leads to another question, how to debug js without breakpoints? When the mouse moves over an element, breakpoints are automatically broken

.

滿天的星座
滿天的星座

reply all(2)
伊謝爾倫
  1. Sources and Event listener Breakpoints of Chrome F12 can be monitored in real time;

  2. Enable Performance recording of Chrome F12, there are records in Event Log;

Peter_Zhu

Answer yourself:
In addition to firebug, what other useful javascript debugging tools are there under firefox?
/q/10...

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template