android-dev-ext icon indicating copy to clipboard operation
android-dev-ext copied to clipboard

Improve expression parsing

Open adelphes opened this issue 8 years ago • 0 comments

Currently, watches and evaluations only support simple variables, object instance fields and array elements.

Need to add:

  • [x] Arithmetic, relational and logic operators
  • [ ] Type casts
  • [x] Method calls
  • [x] Static fields (using type names, not instance variables)
  • [ ] Class types (e.g Object.class)

adelphes avatar Jan 27 '17 09:01 adelphes