windbg_watch_memory
Set a hardware data breakpoint to log IP, watched value, and optional stack, then continue execution automatically.
Instructions
Set a hardware data breakpoint that logs IP, watched value, optional stack, then continues. Avoids hand-written ba/.printf escaping.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Access width in bytes | 8 |
| access | No | Access type: r=read, w=write, e=execute | w |
| address | Yes | Address to watch | |
| log_stack | No | Log kb 5 on each hit |