smalidea
smalidea copied to clipboard
When steping the code, nothing is shown on the variables view
Hello,
when steping the code nothing is shown. I'm using a rooted phone with the wikipedia app to test. What I do:
- put app in debuggable state and repack
- use developer mode to select app and tick "wait for debugger"
- Attach to the process using idea
Breakpoint are hit, and I can step put I get no info at all... For example:
new-instance v0, Lorg/wikipedia/main/MainActivity$Companion;
const/4 v1, 0x0
When I step the new instance, I should see v0 in the variables. Inside the variables, I see: "static members of MainActivity", then I click on it and I see: Collecting Data... and It never ends. Is there a way to debug the plugin ?
When you wrote "put app in debuggable state", I guess you mean putting android:debuggable="true" in the manifest file but this is not needed like mentioned in the comment on https://stackoverflow.com/questions/2952140/android-how-to-mark-my-app-as-debuggable/2952470#comment67092308_2952470.
I have the same issue as you on my computer with Waydroid (Android 11) and IntelliJ IDEA, it is a duplicate of https://github.com/JesusFreke/smalidea/issues/5 but I think you can keep the issue open for better visibility in this repository since the issues open are in another repository.