Skip to main content
Glama

Delve MCP

by dwisiswant0

setBreakpoint

Set a breakpoint in Go programs during debugging sessions by specifying the file, line number, and optional condition using the Delve debugger interface.

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" }

Other Tools from Delve MCP

Related Tools

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