Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
你如何停止深入研究无头调试器?
注意:我是从 mac 上的 docker 容器运行的,安装如下:
go get -u github.com/derekparker/delve/cmd/dlv
从这里开始没问题,但是你如何再次停止它。
dlv debug --headless --listen=:2345
ctrl + c等不起作用 - 有什么特别的技巧吗?
ctrl + c
利用kill -SIGINT $PID
kill -SIGINT $PID
delve 将在无头模式下忽略 SIGINT