On Tue, Sep 6, 2016 at 11:42 AM, JM <j...@magentatech.com> 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.

It's not Go specific, and therefore will have some issues (especially
when you start getting into highly concurrent programs), but GDB works
well enough for me in most cases: https://www.gnu.org/software/gdb/

—Sam


-- 
Sam Whited
pub 4096R/54083AE104EA7AD3

-- 
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