removeBreakpoint
Delete a previously set breakpoint by its ID, stopping the debugger from pausing at that location during execution.
Instructions
Remove a previously set CDP breakpoint by its ID (returned by setBreakpoint).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| breakpointId | Yes | The breakpoint ID returned by setBreakpoint |