debug_remove_breakpoint
Remove a single breakpoint by address or clear all breakpoints in a debug session to reset execution flow.
Instructions
Remove a breakpoint at the specified address or remove all breakpoints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | No | Hex address of the breakpoint to remove. Omit to remove all breakpoints. | |
| session_id | Yes | Debug session ID |