debug.set_value
Set a local variable's value in a selected stack frame and thread to change program state during Java debugging sessions.
Instructions
Set a local variable value in a stack frame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frame_index | No | ||
| name | Yes | ||
| thread_id | No | hex, optional | |
| value | Yes | new value (int/bool/float/string/null) |