remove_breakpoint
:
Instructions
Remove a breakpoint from a specific line
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the source file | |
| line | Yes | Line number of the breakpoint to remove | |
| sessionId | No | Session ID (defaults to current session). Use list_sessions to see available sessions. |