Windows 10 how to check if you have gdb installed

broken image
broken image

For the most up-to-date list of supported platforms, please see the Delve documentation. Delve currently supports Linux, OSX, and Windows on amd64. It understands the Go runtime, data structures, and expressions better than GDB. Note that Delve is a better alternative to GDB when debugging Go programs built with the standard toolchain. It’s a valid alternative to the GDB golang debugger ( ) as it’s more feature rich as mentioned in the official Go GDB website Delve is a third-party debugger for the Go programming language and it’s available on github. In this article we are going to see how to debug Go (Golang) programs using Delve.

broken image