-
Notifications
You must be signed in to change notification settings - Fork 646
Cannot debug after update #575
Comments
Me, either. I've just installed Go plugin, but it doesn't work with the error message like the "andiyudistira " said Go ver. : amd64 go 1.7.3 messageService.ts:128 Debug adapter process has terminated unexpectedly: Error: Debug adapter process has terminated unexpectedly |
Any errors in the console (Run In your launch.json, do you have a port configured? The one change we did in the debug side of the extension is to choose a random port instead of the hard coded 2345 if no ports are configured in launch.json cc @roblourens |
See also #564 which appears to be the same issue. |
@andiyudistira @i5on9i A new update is out (0.6.47) with the fix. Can you confirm that the issue is fixed for you? |
cool~ it works well , thanks @ramya-rao-a |
Cool, it works fine now thanks @ramya-rao-a 👍 |
Glad you are unblocked, happy coding! |
I got this error message while trying to debug my go app after update the plugin to version
0.6.46 - 26th October 2016
:Debug adapter process has terminated unexpectedly
I can debug without any issues before I update the plugin.
The text was updated successfully, but these errors were encountered: