remove_breakpoint
Remove a breakpoint at a specified address to clean up debugging sessions and prevent unintended execution pauses during code analysis.
Instructions
Remove a previously set breakpoint at the given address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| address | Yes | Address of the breakpoint to remove |