android - How can I trace my code step by step like F7 just on project files -


for example when trace step step not jump library files. line line in current class file or projects files. possible? stay in myapp.java , not go dex.java

example image:

enter image description here

yes, possible.

press f8 instead of f7 go directly next line in class.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -