如何在Visual Studio Code中使用Delve调试器进行远程调试

如何在Visual Studio Code中使用Delve调试器进行远程调试

问题描述:

I have already asked, and got a very good answer for debugging locally with delve(golang debugger).

Now I am trying to remote debug with Delve using VS Code.

I have got a sample app mentioned here, and further github linked to source code here. Note: The debug project is in a branch called debugging.

Are you able to make it work?

I have also created/opened an issue in the repo.

我已经问过,并且得到了很好的 answer 使用delve(golang调试器)在本地进行调试。 p>

现在,我 我正在尝试使用VS Code使用Delve进行远程调试。 p>

我有一个示例应用程序提到了此处,并进一步将github链接到源代码此处 a >。 注意:调试项目位于名为debug的分支中。 p>

您能使其正常工作吗? p>

我还创建/打开了一个问题 在存储库中。 p> div>

The following worked:

  1. Remove line 3 in launch.json "debugServer": 4711,"
  2. Changed line 29 in launch.json ""host": "192.168.99.100" // Docker IP " to "127.0.0.1".

I was sure I tried this before, but apparently not bout at the same time. Anyways happy go' lucky!