Re: XULRunner vs Venkman
Vitaly Kuvaev <"vitaly dot kuvaev at gmail dot com"@lists.mozilla.org>
| Newsgroups | gmane.comp.mozilla.devel.jsdebugger |
|---|---|
| Message-ID | <[email protected]> |
James Ross wrote: > Sounds to me like XULRunner's not noticed the new components file > (that's where the Venkman protocols are all hooked up). Best thing to > try is to create (or edit it if it already exists) a file called > ".autoreg" in the same directory as XULRunner.exe. Doesn't matter what's > in it, only the last modified time is important. Ha! This fixed it! Thanks! :) The "debugger" keyword still doesn't make the script break into the debugger, so I'm still not sure how to debug the main window.onload handler, but at least I can set breakpoints in other places.