removeBreakpoint
Eliminates a specific breakpoint in a Go debug session by specifying the session and breakpoint IDs, streamlining debugging processes in Delve MCP.
Instructions
Remove a breakpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
breakpointId | Yes | ID of the breakpoint to remove | |
sessionId | Yes | ID of the debug session |