I have been searching, how to jump to next break point in Android Studio while debugging your application.
I have been using F8
in eclipse to do the same thing but could not find anything in Android Studio.
Any idea, where it is?
Select run menu and click on debug, now your application start in debug mode. After starting application your program execution suspends when the first breakpoint is hit. Such a breakpoint is marked with a blue stripe. You can press F8 to step to the next statement and f9 to step to the next breakpoint.
Press F5 until you reach the line of code where you selected Run to Cursor. This command is useful when you are editing code and want to quickly set a temporary breakpoint and start the debugger at the same time.
Shift + F7 Smart step into.
Open Debug Configuration -> Debugger -> Enable Reverse Debugging at startup . Than you can press shift+F5 or shift+F6 for step back like F5 or F6 for step forward.
Use ALT + F9 for next break point.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With