Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information