-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jess Balint edited this page May 20, 2013
·
24 revisions
Welcome to the yellow-tree wiki!
- testing of breakpoints
- finish callbacks to do line by line stepping (out of method)
- finish return types in lj_call_method()
- allow calling static methods via lj_call_method()
- variable watch
- API improvements (classes should be more consistent, more debugger implementation through API) ** make breakpoint class
- handle Java arrays
- check "this" members if variable name is not found as a local variable
- allow field access via getter/setters in java_bridge (fallback if field isnt found)
- allow setting fields & local variables in java_bridge
- finally fallback to globally referenced classes/static methods (should be indexed)
- allow starting/running/restarting the app from within the debugger
- necessary for tests
- test for breakpoints