Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
debug | Start debugging a Go package |
attach | Attach to a running process |
exec | Debug a precompiled binary |
test | Debug tests in a package |
setBreakpoint | Set a breakpoint in the debugged program |
removeBreakpoint | Remove a breakpoint |
continue | Continue program execution |
next | Step over to next line |
step | Step into function call |
stepout | Step out of current function |
variables | List local variables in current scope |
evaluate | Evaluate an expression in current scope |
core | Examine a core dump |
dap | Start a DAP (Debug Adapter Protocol) server |
replay | Replay an rr trace |
trace | Trace program execution |
version | Get Delve version information |
setBackend | Set the backend for debugging |
configureLogging | Configure debug logging |