Skip to content

0.5

Compare
Choose a tag to compare
@jasonwyatt jasonwyatt released this 06 May 21:13
· 43 commits to master since this release
  • New commands:
    • get(Object obj, String fieldName) - gets the value of any field on the given object, regardless of access
    • set(Object obj, String fieldName, Object value) - sets the value of any field on the given object, regardless of access
    • call(Object obj, String method, Object... params) - calls a method on the given object, regardless of access
  • Updated help() output
  • Improved support for showing VarArgs parameters in methods and methodsLocal