Control the executed code inside a VM.

0 votes
asked by about Android Studio
edited by

Is it possible to control which code executes my app in real time while I run it in a Vm?

1 Answer

0 votes
No avatar answered by (236k points)

The procedure you need is actually the debugging one and you should follow all the instructions recommended for the debugging process.

Also, the code executes based on the way you've developed it in Android Studio and not the other way around unless errors appear, but even then the app should stop.

Here is a search query related to your needs: https://goo.gl/tzaAEj

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...