Closed
Bug 965953
Opened 11 years ago
Closed 11 years ago
Debugger - pressing escape while paused at breakpoint both toggles split console and resumes execution
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 957174
People
(Reporter: bgrins, Unassigned)
Details
STR:
Open a page with a debugger statement, like this: http://fiddle.jshell.net/bgrins/kCSDW/show/
Once debugger is paused, press escape to slide open split console
Expected:
Split console opens while still paused, so commands can be run
Actual
Split console opens and debugger resumes
We already have a key (F8) for this action, so my suggestion would be to *not* resume when escape is pressed, and just slide open the console.
Comment 1•11 years ago
|
||
There's actually no binding to ESCAPE. This is a very weird and tricky bug!
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•