-
Notifications
You must be signed in to change notification settings - Fork 646
Debugging process does not exit. #239
Comments
I wanted to debug a small web project in go with delve installed. |
I am having this issue too. The process called 'debug' spawned by dlv is left running even after dlv exits. |
Having this issue too, only seems to be on Linux though as the process exits fine on OS X. |
I'd love to see a fix for this. Just recently started working with go in Visual Studio on Linux and this behavior is driving me bonkers |
Also stumbled upon this isse. It makes the debugger unusable for me. |
@roblourens This would be same as #438 as well ? |
I think so |
@ramya-rao-a can we mark this as a duplicate of #438 and close this issue? |
Well... excuse me. This issue was filed 4 months in advanced of #438. If anything, that issue is a duplicate of this one. But whatever. |
No one looks on the dates anymore... |
Attempting to debug my application, but finding that the socket bindings stay open after stopping the debug as well as closing VSCode all together. I have to
netstat -tulpn
to find the process listening on the port and kill it manually. Something I'm doing wrong? Bug?For the sake of the post, it shows up in netstat like:
tcp6 0 0 :::8000 :::* LISTEN 14391/debug
The text was updated successfully, but these errors were encountered: