Software Development with C++: Debugging with GDB

preview_player
Показать описание
In this video we look at the basics of debugging with GDB!

Рекомендации по теме
Комментарии
Автор

These videos are intersecting with what I am doing/learning in a way that is amazing, from MPI to C++ tools. Thanks for putting these out!

thesquee
Автор

Hi Nick, your current series regarding debugging is brilliant. I enjoyed mostly sanitizer, which probably outperforms a bit Valgrind.
I am probably bad and obsolete but frankly speaking the best way (for me) for debugging purposes is ordinary printing on the terminal (for small and big projects, and frameworks).
Again, exceptional YT and outstanding content. You are awesome. Thank you! Have a nice day!

markusbuchholz
Автор

Thank you for your videos with c++ and gdb, personally it is hard for me to find channel that teach c++ using linux (or maybe I am bad at searching for this kind of stuff) and found this one is really helpful because I too use linux (linux mint) I am switching from windows last year. So thank you, Sir!

theBigNine
Автор

Great video. I am running in a problem can you help me? I am using clang to compile my project to lib and dll with debug symbol. I have an exe to load the lib, how can I debug the lib or dll given the exe and all the source code of dll or lib?

nguyenduckien
Автор

*print* being a command and not a function, it doesn't take parentheses.
Nice, TIL about the *commands* and how to use conditional breakpoints. thanks.

unperrier