How can I jump to the next breakpoint in IntelliJ, as I can in Visual Studio by pressing F5?
While in debug mode, and between two breakpoints, hit the F9 key.
AFAIK, there is no direct F5 like in Visual Studio to jump to the next breakpoint without cursor pointing. The closest is the ALT+F9 that jumps to the cursor.
For quick reference, the most used debugging keyboard shortcuts are:
To note that there are some keyboard shortcut differences between Mac and Win/Linux. Full references to PDF cheatsheets below.
Mac keymap: https://www.jetbrains.com/idea/docs/IntelliJIDEA_ReferenceCard_Mac.pdf
Win/Linux keymap: https://www.jetbrains.com/idea/docs/IntelliJIDEA_ReferenceCard.pdf
In Windows use F9 key to move next debug