On Apr 9, 11:48 am, project2501 <[email protected]> wrote: > Hi, > I read somewhere I can trigger into FireBug with the debugger; > command from within my javascript code. I am using fireFox 3.6.3 and > FB 1.5.3. This doesn't work and I couldn't find how to do this.
The statement: debugger; breaks into the debugger. This feature is tested before every release with this page: https://getfirebug.com/tests/content/script/debuggerKeyword/testPage.html > > I want to set a breakpoint within my application and have it trigger > when running. You can set a breakpoint on any line by clicking on the left side of the line number. jjb > > Is it possible? > > thanks, > Darren -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
