Browser debug: how to see what Javascript functions was called after some action?
browser, debugging, dom-events, javascript
Solution
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...
Problem
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.