debug.eval
Invoke a method on a Java object in a live JVM via JDWP. Specify object ID, method name, and arguments to evaluate expressions like list.get(0) or map.get('key') during debugging.
Instructions
Invoke a method on an object. Supports args: list.get(0), map.get("key")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | method arguments: [0], ["key"], [true] | |
| method | No | toString | |
| object_id | Yes | hex e.g. 0x1a3f | |
| thread_id | No | hex, optional |