Darek Kay's picture
Darek Kay
Solving web mysteries

IntelliJ IDEA debugger cheatsheet

I love cheatsheets. Recently I've built one for the powerful debugger included in JetBrains IDEs. This example uses JavaScript code, but the functionality is equal among all supported languages.

The current debugger position ("execution point") is on line 4. The arrows display the next debugger location after pressing the respective keyboard shortcut:

IntelliJ debugger cheatsheet

Further resources:


Related posts

IntelliJ IDEA debugger cheatsheet