I am currently working on unraveling a complex legacy JavaScript codebase, and I'm finding it challenging to determine where to place breakpoints (having to locate the files and set a breakpoint in Firebug, etc).
Is there a way for Firebug to automatically break on the first execution of JavaScript it encounters every time?
In other words, whenever I interact with something on the page that triggers the execution of JavaScript code, I want Firebug to pause at that line?
Naturally, I don't want Firebug to halt when it's running its internal JavaScript.
Is this functionality achievable?