dap
Initiate a DAP server to connect with clients for debugging Go programs via the Delve debugger, enabling code analysis and tracing using natural language commands.
Instructions
Start a DAP (Debug Adapter Protocol) server
Input Schema
Name | Required | Description | Default |
---|---|---|---|
clientAddr | No | Optional address where DAP client is waiting for connection |
Input Schema (JSON Schema)
{
"properties": {
"clientAddr": {
"description": "Optional address where DAP client is waiting for connection",
"type": "string"
}
},
"type": "object"
}