Re: debug XUL in a Thunderbird 3 extension with venkman

mgleich <[email protected]> Mon, 5 Apr 2010 03:46:37 -0700 (PDT)
Newsgroups gmane.comp.mozilla.devel.jsdebugger
Organization http://groups.google.com
Message-ID <[email protected]>
On 4 Mrz., 09:05, Colby Russell <[email protected]> wrote:
> On 02/18/2010 01:53 PM, mgleich wrote:
>
> > I can start the venkman addin over Menu/Extras/JavaScript Debugger but
> > it don't display any thing of my extension.
>
> Do you have any windows of your extension open? If so, you should be
> able to find your files in the "Open Windows" tab or the "Loaded
> Scripts" tab of Venkman. Or, you can use "Open Web Location" from the
> File menu and just type in a chrome URI instead of a URL.
>
> > I have inserted<script src="chrome://venkman/content/venkman-
> > overlay.js" />  inside the window tag of the the main xul file of my
> > extension. Additionally I have a new button inserted with...
>
> You don't need to do any of this if you're debugging in a host
> application that Venkman supports, like Thunderbird. See above.
>
> --
> Colby Russell

Many thanks. I must shut off "Exclude browser files" then it was okay.