jadx icon indicating copy to clipboard operation
jadx copied to clipboard

[core] Change which activity is launched by default from the smali debugger

Open Auties00 opened this issue 2 years ago • 0 comments

I'm trying to debug an Android app using the included smali debugger. When I launch the app, the debugger outputs: Breakpoint will set at com.whatsapp.settings.SettingsNotifications.onCreate(Landroid/os/Bundle;)V` Yet I want to launch another activity and set a breakpoint there, how can I do this? Also, can I set arbitrary breakpoints from the source code(i.e. at specific lines)?

Auties00 avatar May 16 '23 17:05 Auties00