Closed
Bug 1166968
Opened 10 years ago
Closed 8 years ago
We should switch to the debugger tab when a breakpoint is hit
Categories
(DevTools :: Debugger, defect)
Tracking
(firefox41 affected)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox41 | --- | affected |
People
(Reporter: canuckistani, Unassigned)
Details
STR:
* go to http://devtools-dash.paas.canuckistani.ca/
* set a breakpoint on line 75 of channel-graph.js
* switch to the inspector
* click on the reload button
ER: switch to the debugger, show channel-graph.js and scroll so that the line the breakpoint it on is visible
AR: we just highlight the debugger tab
While there may be an argument for not stopping the current workflow and switching to another tool, I don't think it's valid here for a couple of reasons:
- our other tools don't work as expected when the debugger is paused
- all other tools have decided switching to the debugger is the Right Thing™
Reporter | ||
Comment 1•10 years ago
|
||
Comment 2•8 years ago
|
||
This should work now
http://recordit.co/UZC2HRNdhK
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•