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

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

authentication - ASP.NET Core 1.0. Bearer Token, cannot access custom claims -