debug
Debug Go packages by specifying the target package and build flags. Integrates with Delve MCP server for efficient debugging, tracing, and analysis of Go code using natural language commands.
Instructions
Start debugging a Go package
Input Schema
Name | Required | Description | Default |
---|---|---|---|
buildFlags | No | Build flags to pass to the compiler | |
package | No | Package to debug (defaults to current directory) |