RESOLVED WORKSFORME 32150
Closing and re-opening the debugger while stopped does not reattach correctly
https://bugs.webkit.org/show_bug.cgi?id=32150
Summary Closing and re-opening the debugger while stopped does not reattach correctly
Martin Häcker
Reported 2009-12-04 04:35:09 PST
Steps to reproduce: * have something js heavy (a testsuite works great) * Have the debugger stop at a an exception that is thrown * Close the inspector window * reopen it (via command-alt-c) * try to resume the debugger This last step fails, because the debugger shows the page as running - i.e. you can't resume it (even though it is stopped).
Attachments
Timothy Hatcher
Comment 1 2009-12-04 10:02:32 PST
You should not be allowed to close the Inspector and stay paused in the debugger. The debugger should be disabled when it is closed to prevent people from staying in "slow mode".
Martin Häcker
Comment 2 2009-12-04 12:56:54 PST
Uhm - well, that would be even better. :)
Note You need to log in before you can comment on or make changes to this bug.