Android Question Debug mode - set execution line

aedwall

Active Member
Licensed User
Longtime User
When in debug mode and I set a breakpoint, how do I go back a few lines and restart running code from that point? Many times I want to "redo" a set of code. Other IDE's can do this. Have I missed something? Thank you.
 

Marcus Araujo

Member
Licensed User
Longtime User
If the code is running inside a Sub, just change it and press Control-S. That'll make the current Sub to restart. Otherwise I think it's not possible.
 
Upvote 0
Top