debug.eval
Invoke methods on objects in live JVMs to evaluate expressions and inspect runtime values during Java 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 |