Hi all
This isn't exactly a question about Firebug specifically, but rather how (or where in it's source-code) it does something.
Specifically, would someone be able to tell me how the Script tab grabs the source-code for all JavaScript on a page. Also how it manages to suspend execution of JavaScript (e.g. with breakpoints).
The reason I'm asking here is because I'm currently writing a different piece of software, and need to know how to do those two things, and Firebug was the first thing I could think of that had both capabilities (and was an add-on, rather than something inbuilt into the browser).
Thanks
- Josh