-
How to start debugging on a specific frame while debugging an android app using android studio?
about 9 years ago
-
about 9 years ago
-Just select the point where you want to debug the application.
-Once control reached that point and you want to skip certain frames, then select the point of debug where you want next frame .
- Press F9 i.e (Resume the debug mode.).
this is the way you can skip the frames
-
1 Answer(s)