-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Smali debugger
skylot edited this page Mar 28, 2021
·
4 revisions
Features:
- single step
- set breakpoint
- modify register value
- modify fields of object
Shortcuts:
-
F2set/remove breakpoint -
F7step into -
F8step over -
Shift + F8step out -
F9run
For debugging, you must have:
adb- a debuggable app, or a rooted device/emulator that can make apps debuggable.
Debugger will search ANDROID_HOME and PATH to look for adb.
Be aware: Android Studio can interference with jadx debugger, so it is better to close it before attaching to process in jadx.
Usage:
- Setting up an app to debug:

- Adb usage:

- Debugging:
