I am dealing with a complex javascript code base and it is hard to figure out where to put a breakpoint (I have to find the files, put a breakpoint in firebug, etc.).
Is there a way for Firebug to crash the first time javascript is run that it encounters every time?
In other words, every time I click on something on the page, and if javascript code is executed, I want Firebug to crash to this line?
Of course, I don't want Firebug to stop when it runs its internal javascript.
Is it possible?
source share