Maybe Firebug or Opera, Google Chrome tools allows it. Where to find it? how to use?
Example: I click the button and want to see what Javascript code fired up after that action.
Open your page in Firefox with Firebug enabled. enter 0 in the textbox and click the button. Stop profiling. You will be able to see all the javascript functions which have executed due to your actions.
You can also press F12 on your keyboard to open the web developer tool. In the top-left section of the developer tool, make sure Inspector (A) is selected at the top. In the condensed code under the Inspector header, find the <script> tag containing a link to a . js file (B).
In Google Chrome, you can open Developer Tools (Ctrl+Shift+J)
Choose Profiles tab, choose Collect JavaScript CPU Profile, click Start
When finish, click Stop and see the progress log...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With