pwndbg_watchpoint
Set a watchpoint to monitor read, write, or read_write access to a memory address or variable during debugging.
Instructions
Set a watchpoint on a memory address or variable.
Args: session_id: The UUID of the session. expression: The variable or address expression to watch. watch_type: Type of access to watch — "read", "write", or "read_write".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| expression | Yes | ||
| watch_type | No | write |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |