smali
smali copied to clipboard
Breakpoints get lost after renaming debuggable method
When doing refactoring of debuggable smali code - renaming method names, you are not able to debug(go in, run step by step) this renamed method. Android studio displays a hint when mouse pointer points on any breakpoint: "Source file changed or found source file do not correspond to the breakpoint`s file". Is it possible to debug renamed smali code?