Debugging C Program Using DDD Debugger in Ubuntu Linux

Published: 10 May 2026
on channel: LokeshwaranKrishnasamy
20
1

🐧 Debugging C Programs in Ubuntu using DDD Debugger 🔍

In this video, I show how to compile and debug a C program using the DDD (Data Display Debugger) tool on Ubuntu Linux. The program demonstrates a multiplication table using loops and user input.

✨ What you’ll learn:
✅ Compile C programs with debug mode using `gcc -g`
✅ Open programs in DDD debugger
✅ Set breakpoints and run step-by-step
✅ Monitor variable values live
✅ Understand loop execution visually
✅ Debugging in Linux environment

📌 Program: `limitmultiplication.c`

Commands used:

```bash
gcc -g limitmultiplication.c -o limitmultiplication
ddd ./limitmultiplication
```

#CProgramming #Linux #Ubuntu #DDD #GDB #Debugger #Programming #OpenSource #SoftwareEngineering #LearnCoding


On this page of the site you can watch the video online Debugging C Program Using DDD Debugger in Ubuntu Linux with a duration of hours minute second in good quality, which was uploaded by the user LokeshwaranKrishnasamy 10 May 2026, share the link with friends and acquaintances, this video has already been watched 20 times on youtube and it was liked by 1 viewers. Enjoy your viewing!