On Aug 30, 7:03 am, Lautaro Dolberg <[email protected]> wrote: > Hello, I was looking for the same some weeks ago, so I decided to write a > tracer from scratch. > Im not sure if the way I did it was the best way, but I can share with you > my information sources. > > Basically there is a debug interface (it's mozilla code, not Firebug), that > you can use to intercept every script code that is executed (from the site > and from the browser) > Here is the definition of the debugger > service.http://mxr.mozilla.org/mozilla1.9.2/source/js/jsd/idl/jsdIDebuggerSer... > > There is as well a Firebug service, wich is part of Firebug(it's no that > complicated to use it) so you can FB using this firebug plug in > creator.http://www.phpied.com/firefox-firebug-extension-creator-wizard/ > Firebug Service, that is defined > here.https://developer.mozilla.org/en/FirebugInternals#Firebug_Service
The newer version of that documentation is here: http://getfirebug.com/wiki/index.php/Firebug_Internals jjb -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
