Re: [go-nuts] Debugging in Go 1.8

2017-03-01 Thread Nyah Check
Hi,


> I'm sorry, I'm not sure what you mean by "the go debugger" or "GDG".
>
I meant "gdb" sorry about that.


>
> The compiler team continues to work on improving the quality of the
> generated DWARF information.  It's not a high priority effort, though.
> And I'm sure the Delve developers are continuing to improve Delve.
> Other than that, I'm not aware of any plans for a better debugging
> experience.  It may help to file bugs, with test cases, for specific
> issues that you see.
>

Alright, I see

Thanks,



-- 
"The heaviest penalty for declining to rule is to be ruled by someone
inferior to yourself." --*Plato*

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


Re: [go-nuts] Debugging in Go 1.8

2017-03-01 Thread Ian Lance Taylor
On Wed, Mar 1, 2017 at 5:41 AM, Nyah Check  wrote:
> I'm currently reading the Go 1.8 release documentation; I've not seen any
> additional tools to facilitate Go debugging. I've mostly been comfortable
> with delve. But I just wish to know if the golang-devs have any plans of
> upgrading the go debugger? GDG sucks for me already.

I'm sorry, I'm not sure what you mean by "the go debugger" or "GDG".

The compiler team continues to work on improving the quality of the
generated DWARF information.  It's not a high priority effort, though.
And I'm sure the Delve developers are continuing to improve Delve.
Other than that, I'm not aware of any plans for a better debugging
experience.  It may help to file bugs, with test cases, for specific
issues that you see.

Ian

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