You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
When I hit the stop button on the small debug window, it does not kill the webserver, because after I hit F5 again I get:
2016/08/16 15:34:13 server.go:71: Using API v1
2016/08/16 15:34:13 debugger.go:61: launching process with args: [./debug]
API server listening at: 127.0.0.1:2345
2016/08/16 15:34:13 debugger.go:393: continuing
2016/08/16 15:34:13 listen tcp :8080: bind: address already in use
So I will have to look manually for the PID and kill it. Then it works again.
I am running a web server in Go (1.6) with visual studio code and the most recent plugin:
When I hit the stop button on the small debug window, it does not kill the webserver, because after I hit F5 again I get:
So I will have to look manually for the PID and kill it. Then it works again.