smali icon indicating copy to clipboard operation
smali copied to clipboard

Breakpoints get lost after renaming debuggable method

Open AsenOsen opened this issue 8 years ago • 0 comments

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?

AsenOsen avatar Feb 05 '18 09:02 AsenOsen