«   Previous tip Next tip   »

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

Last updated: 19th July 2020
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:

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.

Debugging in DevTools has been improving over the years, for example you can now easily pause on JavaScript code without manually setting breakpoints. Learn how in this tip

«   Previous tip Next tip   »

Sign up to receive a developer tip, in the form of a gif, in your inbox each week