Hi,
I need to write an extension to support JSdebug. For example, in the extension, I can set break point, control the JS code execution step by step or get the JS stack information. How can I use the JSdebug interface of Firebug? Or can I do this by extending Firebug. I checked the interface of Firebug, it seems no api exists there to do this.
Thanks.