diff --git a/doc/debugging_with_gdb.html b/doc/debugging_with_gdb.html index 36ec0bdf37..e1fb292f06 100644 --- a/doc/debugging_with_gdb.html +++ b/doc/debugging_with_gdb.html @@ -18,13 +18,13 @@ Gccgo has native gdb support.

Note that -Delve is a better +Delve is a better alternative to GDB when debugging Go programs built with the standard toolchain. It understands the Go runtime, data structures, and expressions better than GDB. Delve currently supports Linux, OSX, and Windows on amd64. For the most up-to-date list of supported platforms, please see - + the Delve documentation.