windbg_set_breakpoint
Set a software breakpoint in WinDbg at a given address or symbol, with an optional condition to control when execution pauses.
Instructions
Set a software breakpoint at an address or symbol. Optional cdb-expression condition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | Address or symbol, e.g. 'main', 'mymod!Foo+0x42', '0x7ff7`12340000' | |
| condition | No | Optional cdb expression; bp continues if false |