|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
|
|
|
Re: Starting firefox -venkmanAlex Vincent wrote:
> Wink Saville wrote: > >> From what I understand starting firefox -venkman should only start >> the debugger and not the browser UI, thus allowing the debugging >> of extension loading. When I do this both the debugger and the >> browser UI is started, not what I expected. >> >> Is there something I'm doing in correctly or is my expectation incorrect. >> >> Cheers, >> >> Wink Saville >> >> > > You could try "-chrome chrome://venkman/content" instead. > _______________________________________________ > dev-apps-js-debugger mailing list > dev-apps-js-debugger@... > https://lists.mozilla.org/listinfo/dev-apps-js-debugger > Well that seems to start the debugger and not FF, but now how do I run FF from the debugger? Wink _______________________________________________ dev-apps-js-debugger mailing list dev-apps-js-debugger@... https://lists.mozilla.org/listinfo/dev-apps-js-debugger |
|
|
|
|
|
Re: Starting firefox -venkmanAlex Vincent wrote:
> Wink Saville wrote: > >> Alex Vincent wrote: >> >>> You could try "-chrome chrome://venkman/content" instead. >>> _______________________________________________ >>> dev-apps-js-debugger mailing list >>> dev-apps-js-debugger@... >>> https://lists.mozilla.org/listinfo/dev-apps-js-debugger >>> >>> >> Alex, >> >> Well that seems to start the debugger and not FF, >> but now how do I run FF from the debugger? >> >> Wink >> > > I find going to the console panel (where you see raw messages from > Venkman, and can ask it about various values) and typing in > "window.open()" works nicely. :) > _______________________________________________ > dev-apps-js-debugger mailing list > dev-apps-js-debugger@... > https://lists.mozilla.org/listinfo/dev-apps-js-debugger > on the first line of my code that executed after it loaded, so I ran: firefox -chrome chrome://venkman/content and then executed "window.open()" as you suggested. My code loaded and I set a future breakpoint on the first statement in the file. I then checked "Save Break/Watch Settings On Exit" in the file menu and then exited firefox. I then ran a second time with the same command: firefox -chrome chrome://venkman/content Then did "window.open()" a second time and we dropped back into the debugger at my break point at the top of the file. This was exactly what I wanted. This is exactly what I wanted, hopefully this helps someone else in the future. THANKS Alex! Wink _______________________________________________ dev-apps-js-debugger mailing list dev-apps-js-debugger@... https://lists.mozilla.org/listinfo/dev-apps-js-debugger |
| Free Forum Powered by Nabble | Forum Help |