Closed
Bug 1630642
Opened 5 years ago
Closed 5 years ago
Stepping should respect the currently selected frame
Categories
(DevTools :: Debugger, enhancement)
DevTools
Debugger
Tracking
(firefox77 fixed)
RESOLVED
FIXED
Firefox 77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: jlast, Assigned: jlast)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
What were you doing?
STR:
- pause
- select a frame
- click step over
ER: step over should go to the next statement in the selected frame
AR: step over goes to the next statement in the execution
Assignee | ||
Comment 1•5 years ago
|
||
For example (https://dbg-levels.glitch.me/)
STR:
- click stuff
- pause
- select frame b
- click step over
ER: go to line 8 (next statement in b)
AR: go to line 3 (next statement in c)
Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → jlaster
Status: NEW → ASSIGNED
Pushed by jlaster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6fa81a1ef366
Stepping should respect the currently selected frame. r=loganfsmyth
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 77
Updated•5 years ago
|
Keywords: dev-doc-needed
Comment 5•5 years ago
|
||
Added a note about this behavior in the Call stack section of the Debugger UI tour article.
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•