# Go dlv 远程调试 ```bash dlv debug --headless --api-version=2 -l ":" -- # 或 dlv exec --headless --api-version=2 -l ":" -- ``` 之后用任意 Go IDE 连接即可进行远程调试。