smali icon indicating copy to clipboard operation
smali copied to clipboard

Can't see non static variables when breakpoint hit

Open MPeti1 opened this issue 6 years ago • 1 comments

I've placed a breakpoint a few lines after a method call, and it seems that instance variables and method params can't be seen in the variables menu. I've found a quick fix: with "evaluate expression" any variable's value can be found out if you write "return v0" where v0 is a variable's name However that quick fix seems to be buggy: for me it seems return v0 returns p0 (v0 is a java.lang.File, and p0 is a android.content.Context), and return p1 will never return, which is a java.lang.String

MPeti1 avatar Sep 30 '18 23:09 MPeti1

I'm not sure if I'm allowed to make the decompiled code publicly available, but if you want we can find a way to share the code only with you

MPeti1 avatar Sep 30 '18 23:09 MPeti1