Commit 487b53e
Ignore 'this' by checking the name of the variable
Fix #179, Missing variables when debugging Android apps
- While getting the list of variables for a method, we were skipping the first slot assuming it was a reference to this.
- Though that is not always the case when testing with Android dex files.
- Instead of assuming `this` is at the first slot, check the name of the variable.1 parent 7a8141c commit 487b53e
1 file changed
Lines changed: 1 addition & 3 deletions
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
561 | 561 | | |
562 | 562 | | |
563 | 563 | | |
564 | | - | |
565 | | - | |
566 | | - | |
| 564 | + | |
567 | 565 | | |
568 | 566 | | |
569 | 567 | | |
| |||
0 commit comments