类似:
./dlv attach --accept-multiclient --headless --listen=":22" --log --api-version=2 497
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "dlv romte debug",
"type": "go",
"request": "attach",
"mode": "remote",
"remotePath": "/data/workspace/auto_check_build_DevUGS/DevUGS/backend/src/haidao/backend/",
"port": 6931,
"host": "172.24.12.145"
}
]
}
-https://blog.csdn.net/m0_60647847/article/details/124428278