windbg_set_data_breakpoint
Set hardware data breakpoints to monitor memory addresses for read, write, or execute access, enabling precise debugging in WinDbg.
Instructions
Set a hardware data breakpoint (cdb 'ba'). Triggers on read/write/execute access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | Yes | Access width in bytes | |
| access | Yes | Access type: r=read, w=write, e=execute | |
| address | Yes | Address to watch |