NOTE: /.../
is the full path to my project.
Error message:
could not launch process: open /.../cmd/server/debug.test: no such file or directory
could not remove /.../cmd/server/debug.test: remove /.../cmd/server/debug.test: no such file or directory
Process exiting with code: 1
-
Remove all breakpoints & try again
-
Open
launch.json
- comment out
"cwd"...
line - try running it
- uncomment the line
- run it again
- comment out
-
Open command pallette (
cmd + shift + P
)can't find original source
- select
Go: Install/Update Tools
- choose
dlv
and install it - run it again
- select
-
Quit VS Code & re-open
- run it again
-
No idea... restart computer and pray it'll work again?