Checkout
Personalized AI apps
Build multi-agent systems without code and automate document search, RAG and content generation
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.