debug.watch
Break execution when a specified field in a Java class is modified. Provide the class pattern and field name to set a watchpoint for debugging.
Instructions
Watchpoint: break when a field is modified
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_pattern | Yes | e.g. com.example.MyClass | |
| field | Yes | field name to watch |