Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you continue running your program after a breakpoint in Android Studio?

After setting a breakpoint, I clicked on Step Over and it goes to the next line after the breakpoint. However, I would like to continue running the program instead.

like image 263
KC32 Avatar asked Sep 14 '15 16:09

KC32


1 Answers

The default key shortcut is F9, alternatively, go to Run > Resume Program

You can also change this shortcut by going to Settings > Keymap, and changing the key for "Resume Program"

like image 178
Andrew Brooke Avatar answered Nov 16 '22 02:11

Andrew Brooke