Re: looking for a symbolic debugger for FF extension
John J Barton <[email protected]> Fri, 01 Feb 2008 16:53:36 -0800
| Newsgroups | gmane.comp.mozilla.devel.jsdebugger |
|---|---|
| Message-ID | <[email protected]> |
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.