Bug 32150
Summary: | Closing and re-opening the debugger while stopped does not reattach correctly | ||
---|---|---|---|
Product: | WebKit | Reporter: | Martin Häcker <spamfaenger> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | burg, bweinstein, joepeck, keishi, pfeldman, pmuellr, rik |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Martin Häcker
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Timothy Hatcher
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
Uhm - well, that would be even better. :)