Skip to main content
Glama

Delve MCP

by dwisiswant0

setBreakpoint

Define breakpoints in Go programs during debugging sessions using session ID, file path, and line number, with optional conditions for precise control.

Instructions

Set a breakpoint in the debugged program

Input Schema

NameRequiredDescriptionDefault
conditionNoOptional condition for the breakpoint
fileYesFile path where to set the breakpoint
lineYesLine number for the breakpoint
sessionIdYesID of the debug session

Input Schema (JSON Schema)

{ "properties": { "condition": { "description": "Optional condition for the breakpoint", "type": "string" }, "file": { "description": "File path where to set the breakpoint", "type": "string" }, "line": { "description": "Line number for the breakpoint", "type": "number" }, "sessionId": { "description": "ID of the debug session", "type": "string" } }, "required": [ "sessionId", "file", "line" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dwisiswant0/delve-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server