On Thu, Feb 2, 2023 at 6:51 PM Pat Farrell <pat22...@gmail.com> wrote:
>
> I've been using PMD to debug my go code since I started.
> (PMD => Poor Man's Debugger, i.e fmt.Printf statements)
> and it was OK for my initial simple stuff. But as I am writing
> more complex code, I think its time to find a nice source level debugger.
>
> Any recommendations?
> I guess I could use an IDE if that it popular, I'm kinda old
> school and just use vim

Have you tried Delve?  https://github.com/go-delve/delve

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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAOyqgcUk0xjT3jRPsBqcOp0o2UXjPUqMoJiJkxt22R%2B6rkjFHQ%40mail.gmail.com.

Reply via email to