debuggerDeleteBreakpoints
Remove debugger breakpoints by their IDs to prevent forgotten breakpoints from interrupting production runs.
Instructions
Remove breakpoints that were set earlier - the ids come from debuggerSetBreakpoints. Worth doing even after a failed session: a forgotten breakpoint stops a productive program the next time it runs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ideId | Yes | The IDE ID. | |
| scope | No | The debugger scope. | |
| breakpoint | Yes | The breakpoint to delete. | |
| terminalId | Yes | The terminal ID. | |
| requestUser | Yes | The requesting user. | |
| debuggingMode | Yes | The debugging mode. |