RE: looking for a symbolic debugger for FF extension
"Andrew E. Davidson" <[email protected]> Fri, 1 Feb 2008 18:55:56 -0800
| Newsgroups | gmane.comp.mozilla.devel.jsdebugger |
|---|---|
| Message-ID | <000001c86547$22903a60$0701a8c0@AEDBDC> |
Hi John I guess I am a little dense. How do I set a break point in my toolbar code? I tried adding a "debugger;" statement in my javascript, but that does not seem to have any effect. I tried to use the "load" feature. It showed my javascript source file. I set a break, how ever it seems to have been ignored? There is probably some fundamental thing I am doing wrong. I tried starting Firefox with the -venkman option. I see venkman start up, but I am not able to set break points. It does not seem to know about my toolbar Thanks Andy -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of John J Barton Sent: Friday, February 01, 2008 4:54 PM To: [email protected] Subject: Re: looking for a symbolic debugger for FF extension Andrew E. Davidson wrote: > Hi > > > > I have combed the web looking for a symbolic debugger I can use to debug my > Firefox extensions written in JavaScript. I have tried venkman and firebug. Venkman can do this. ChromeBug wants to do this, soon. > I can not figure out how "load" my toolbar code? ? First create your extension then debug it. Firefox loads the toolbar, venkman is just there to catch you when you fall. _______________________________________________ dev-apps-js-debugger mailing list [email protected] https://lists.mozilla.org/listinfo/dev-apps-js-debugger