Goland remote debugging coming soon?

已回答

Is there a timeline for integrated remote debugging like vscode has for GO? vscode has the killer feature of remote debug through SSH. I just log into a remote machine, locally install the GO plugin, and it just works (having previously installed GO and Delve on the remote machine). Everything else about Goland is sooo much better. I am hoping the remote debug like vscode is coming soon? Thanks for awesome tools that help me get my work done!

0

Hello,

Remote debugging already available and you can find instructions here.

If you mean native WSL execution and Docker-based development, please, feel free to go to GO-4377 & GO-3322 and vote for it to stay updated.

0

Thanks for pointing me to the way to do it.  It does in fact work for my use case.  I am developing code for a Raspberry Pi.  I have 64 bit Raspi OS running on the target.  The steps are a bit manual, but they do work and they are explained clearly in the docs you pointed me to.  Debugging embedded GO controlling the hardware on the Pi from the comfort of my Mac.  Life is good.

 

1

Hi Chetferry and Daniil Maslov,

My use case is a bit different, I use GO to write ginkgo tests and run them on a remote host.

I change the code on my laptop:

1. I run 'ginkgo build <package>' locally, send it to the remote host, run it in the editor and view the errors.

2. I sync the code to the remote host, build it there and run it, view the errors and and fix them.

The remote ssh in the 2012.2 EAP only works for proper go build.

How to run ginkgo instead?

Thanks,

Niv

 

0

Hi Nwaizer,

Support for Ginkgo testing framework isn't implemented yet, please see and follow GO-2954.

0

请先登录再写评论。