remove_breakpoint
Remove a breakpoint from a JavaScript debugging session by specifying its ID. This action stops code execution from pausing at that location during debugging.
Instructions
Removes a previously set breakpoint. Use list_breakpoints to find breakpoint IDs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ID of the debugging session. | |
| breakpoint_id | Yes | ID of the breakpoint to remove. Obtain this from set_breakpoint or list_breakpoints. |