Debugging C/C++ Programs with GDB
If you don't use GDB but program in C/C++, you are missing out on a powerful debugging tool. Here's a quick 5-minute tutorial to get you started.
Step 1: Compile with Debug Symbols
Compile your program using the -ggdb flag to include debug symbols fo...
404salad.hashnode.dev1 min read