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

Gdb - Is GDB only for C++?

Answer

Gnu DeBugger, or GDB, isn't only for C++. Commonly used for debugging C and C++ programs, it also lets you examine variable values as you go through the code or stop a running program to see what they are at a certain point in time.