How can I
I have no time or desire to go diving into the SDK classes. I just want out after I have stepped through a few lines. So far the only thing I have been able to do is just killing the debug session. Where is the "RELEASE" button to just move on?
I mean to me this is just obvious. You don't want to step deeper and deeper into the code. Once your done looking just resume into debug mode. Wait until you hit another break point. How do I do this? Can it be done? And why is there no button for this?
Just resume, stay in debug mode. How do you do this?
The debugger is an essential tool that lets you inspect the execution of the code that powers your Android app so that you can fix any bugs in it. It lets you specify points at which to suspend the execution of the code and manually interact with variables, methods, and other aspects of the code.
Android Studio 3.0 and higher allow you to profile and debug APKs without having to build them from an Android Studio project. However, you need to make sure you're using an APK with debugging enabled. To start debugging an APK, click Profile or debug APK from the Android Studio Welcome screen.
you should do the followings to enable the debugger option - https://developer.android.com/studio/debug
The top left button in the debug window (the green triangle) is doing what you want. "Resume Program (F9)"
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