On Jan 25, 10:40 am, Woody <[email protected]> wrote: > When I am debugging JavaScript, I often notice an error as I am single- > stepping. I correct the error in the source file, and then I want to > reload the page and start the script over. But there seems to be no > way to stop execution. > > If I reload the page with FF's reload button, there is a long pause, > then a message appears that there is an unresponsive script running. > If I choose stop from this window, the script stops and the page > reloads. > > Is there any easier way to cancel execution and start over? This is FB > 1.6X.1b2
Reload is correct; abort debug on reload is part of our standard tests. Something is interfering with Firebug. Open FIrebug Tracing from the Firebug Icon menu and set option ERRORS and UI_LOOP Open http://getfirebug.com/tests/content/script/refreshHaltedDebugger.html and follow the instructions. Maybe you will see an error. Otherwise you can create a new profile and add extensions one at a time until you find the one breaking you. Let us know. jjb -- 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.
