Use keyboard to navigate through callstack

Published on Updated on

Set a breakpoint and navigate through the call stack with keyboard shortcuts

There are a few keyboard shortcuts when dealing with the debugger. A few are:

  • Toggle a breakpoint while on a line: Cmd + B
  • Select the next call frame: Ctrl + .
  • Select the previous call frame: Ctrl + ,

Also, you may notice from a few Dev Tips ago (21. highlight paused statement) that when you navigate through the call stack, the exact column is highlighted.

Updated on Improve article

Back

Unfinished network requests

Next

Get and debug event listeners

This site uses cookies to deliver and enhance the quality of its services and to analyze traffic. If you agree, cookies are also used to serve advertising and to personalize the content and advertisements that you see. Learn more about our use of cookies.