How to use GDB in the linux terminal with C code explained in 5 minutes!
I realized after I published I forgot to mention command line arguments.
To use command line arguments with gdb, run:
gdb --args ./binary_name argument_1 argument_2 etc.
Check out my GitHub: [ Ссылка ]
00:00 - Intro
00:07 - Basic Setup
01:04 - Starting and Running
01:27 - Breakpoints
02:24 - Moving through your code
03:47 - Variables
05:06 - Outro
Ещё видео!