4

What are the shortcut keys for the following operations of the JavaScript debugger:

  • Step over,
  • Step into,
  • Step out,
  • Pause/Resume

Are they documented anywhere at all?

1 Answer 1

5

Gleaned from the documentation (there is no Pause shortcut):

Function                 Shortcut
--------                 --------

Next Call Frame          Ctrl-.
Prev Call Frame          Ctrl-,
Continue                 F8
Step Over                F10
Step Into                F11
Step Out                 Shift-F11
Evaluate Selection       Shift-Command-E
Toggle Breakpoint Cond.  (click line number)
Edit Breakpoint Cond.    (right-click line number)
1
  • 1
    It's too bad these aren't available to change in the Keyboard Shortcuts system preferences! I'd really like to remap them, keep pushing F8 to step over when it means continue in Safari (muscle memory from years of a different IDE). Commented Jan 30, 2012 at 4:54

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.