dbg_set_watchpoint
Stop execution when a variable is read or written to, helping debug data changes in C/C++ programs.
Instructions
Set a data breakpoint (watchpoint) on a variable. access: read|write|rw.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| name | Yes | ||
| access | No | write |