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 has been archived by the owner on Jul 15, 2023. It is now read-only.
Apply the workaround in Cannot run project #474 on: VSCode 1.5.2, Go 1.7.1, Windows 10 Anniversary.
Create a simple hello world main.go.
Press F5 and accept the defaults for launch.json.
Press F5 and make sure that debugging works.
Add a simple compilation error (e.g. unused variable).
Press F5.
Outcome
The app fails to compile, the debugger toolbar appears and the stop button must be clicked. The debug log shows exit status 2. The debugging session must be manually terminated.
Expected Outcome
The app fails to compile and no debug session is started, or the debug session is automatically terminated.
The text was updated successfully, but these errors were encountered:
Repro
main.go
.launch.json
.Outcome
The app fails to compile, the debugger toolbar appears and the stop button must be clicked. The debug log shows
exit status 2
. The debugging session must be manually terminated.Expected Outcome
The app fails to compile and no debug session is started, or the debug session is automatically terminated.
The text was updated successfully, but these errors were encountered: