pyocd_breakpoint_clear
Removes a breakpoint at a specified address or symbol to clear debug interruptions during microcontroller debugging.
Instructions
Remove a breakpoint at an address or symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | Symbol name | |
| address | No | Breakpoint address (integer or hex string) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |