Re: [go-nuts] Re: Go Code Debugging

2017-11-22 Thread Tyler Compton
If you're looking for an Eclipse-like IDE experience, you may also want to check out Goland. I don't personally use it but I've heard a lot of good things about it and it has debugging support. On Wed, Nov 22, 2017 at 8:47 AM wrote: > I think it's a nightmare

[go-nuts] Re: Go Code Debugging

2017-11-22 Thread gary . willoughby
I think it's a nightmare to set Eclipse up to support Go. Here's a 20 minute tutorial: https://www.youtube.com/watch?v=v6Wn5gUSEwM If you fancy swapping editor, try Visual Studio Code. It's Go support is second to none (just install the Go plugin and you're done) and has excellent debugging