remove_breakpoint
Remove a breakpoint at a specific line in a source file during a debug session.
Instructions
Remove a breakpoint from a source file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the source file | |
| line | Yes | Line number of the breakpoint to remove | |
| sessionId | Yes | Debug session ID |