Closed Bug 1630642 Opened 4 years ago Closed 4 years ago

Stepping should respect the currently selected frame

Categories

(DevTools :: Debugger, enhancement)

enhancement

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:

  1. pause
  2. select a frame
  3. 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

For example (https://dbg-levels.glitch.me/)

STR:

  1. click stuff
  2. pause
  3. select frame b
  4. click step over

ER: go to line 8 (next statement in b)
AR: go to line 3 (next statement in c)

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
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 77
Keywords: dev-doc-needed

Added a note about this behavior in the Call stack section of the Debugger UI tour article.

You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: