An Introduction to GDB for Debugging C Programs - COMP211 - Fall 2020

preview_player
Показать описание

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

The first video that explained gdb usage to me, thank you!

romankovalov
Автор

Brilliant lecture--thanks for making these videos available! I wish UNC Chapel Hill had a distance-learning MS in CS. I would definitely be interested!

bluehornet
Автор

*Kris Jordan* Really great and good content on your channel✨✨✨✨✨✨✨✨That was GREAT✨

ravomusic
Автор

Temporary breakpoint 1, main () at debug1.c:6
6 {
(gdb) step
8 i=0;
(gdb) s
9 h=100;
(gdb) s
10 if(max(i, h)!=h)
(gdb) s
max (a=21845, b=1431654973) at debug1.c:20
20 {
(gdb) s
22 uint32_t res=0;
(gdb) s

why it is getting max (a=21845, b=1431654973) while debugging.plzz rly this query

akhilareddy
Автор

Me being in the 20% & 30% who got the first question right: I don't need a debugger, I have eyes!

Me after seeing the results of adding a print statement: What the actual f--

cthecheese
Автор

I loved your lectures to get the CS fundamentals so clear. I am confused if you are using windows powershell on unix system or installed unix gcc on windows system. Your reply is highly appreciated

subashp
Автор

what if we put a break point at line 26 and then watch h, will it work??

CM__
Автор

could've been summarized in 30min max

ihebbelhaj