Debugging Go code in Visual Studio Code WSL

Viewed 4387

I have a Visual Studio Code environment with the Linux Subsystem for windows running and it's compiling and running a Go project just fine.

Now I'm trying to get the delve debugger running following this link:

https://github.com/Microsoft/vscode-go/wiki/Debugging-Go-code-using-VS-Code

But I can't get it running, neither remote nor local.

Tried all kind of configurations in launch.json but breakpoints just arent hit and no error message is printed.

Has anyone got go debugging running on VSCode using the WSL?

2 Answers
Related