Hi,
I've been frustrated by this for ages, I was using IntelliJ on a Mac with 
the Go plugin as that's what everyone on my team was using.   The debuggers 
(or their UI impls were super flaky - Delve and GDB), and I would steer 
clear for now unless patience and tenacity are your middle names.  I just 
tried Eclipse Neon in Ubuntu with the Go plugin, using GDB and wow am I 
impressed.  The debugger is responsive and actually works.... mostly.... 
when a breakpoint occurs, the correct line of code isn't shown, but the 
code actually halts in the right places so to me this is a massive 
improvement over the IntelliJ equivalent.   I was just about to pay some 
hard-earned money over to JetBrains, but now I have good reason not to.

My faith in Golang is restoring...





On Tuesday, September 6, 2016 at 5:42:13 PM UTC+1, JM wrote:
>
> Will there be a debugger that will allow me to step into my code, watch 
> the flow, and  go line by line  in real time, see values set, etc..?  does 
> this  already exist and  i'm  just not  aware  of  it?  I'm not a full time 
> go dev right now, but use it part time so I may just  not know about this.
>
> Worst case  can  someone let  me know what  the most  popular debugger for 
>  go  is (that runs on windows preferably or ubuntu)?
>
> Thanks
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to