Checkout
Start free trial
Take Naologic for a spin today, no credit card needed and no obligations.
Start free trial
Question

Gdb - What does GDB mean?

Answer

The Gnu DeBugger is a powerful tool for debugging at the source level; the abbreviation GDB stands for it. It lets you see how your program is running, which is useful for a lot of things like setting breakpoints and changing variables. Some users may find the command line interface (CLI) to be difficult to use while working with GDB.