I would like to see which JS functions are going to be run. Is there any way to see it?
For example, I have got a button with onclick event (which calls a function). After clicking, I would like to check which function has been run; if the function has invoked another one, I would like to see both.