Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Debugging process does not exit. #239

Closed
ghost opened this issue Mar 10, 2016 · 10 comments
Closed

Debugging process does not exit. #239

ghost opened this issue Mar 10, 2016 · 10 comments
Labels

Comments

@ghost
Copy link

ghost commented Mar 10, 2016

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

@DasJott
Copy link

DasJott commented Apr 8, 2016

I wanted to debug a small web project in go with delve installed.
Maybe the launch file was wrong, whatever, the result was as well, that the port was and stayed blocked. It didn't even show up in netstat or anywhere else.
Had to reboot.

@Julusian
Copy link

I am having this issue too. The process called 'debug' spawned by dlv is left running even after dlv exits.
Makes vscode really painful to use for a http server

@aca02djr
Copy link

Having this issue too, only seems to be on Linux though as the process exits fine on OS X.

@jaylittle
Copy link

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

@josefcs
Copy link

josefcs commented Sep 13, 2016

Also stumbled upon this isse. It makes the debugger unusable for me.

@ramya-rao-a
Copy link
Contributor

@roblourens This would be same as #438 as well ?

@roblourens
Copy link
Member

I think so

@mattetti
Copy link
Contributor

@ramya-rao-a can we mark this as a duplicate of #438 and close this issue?

@ghost
Copy link
Author

ghost commented Jan 17, 2017

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.

@DasJott
Copy link

DasJott commented Jan 18, 2017

No one looks on the dates anymore...

@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 24, 2018
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
Projects
None yet
Development

No branches or pull requests

8 participants