Android DebugPort v0.5 Release Notes

Release Date: 2016-05-06 // almost 8 years ago
    • 🆕 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