Easy C Debugging with VSCode & GDB

Channel:
Subscribers:
6,170
Published on ● Video Link: https://www.youtube.com/watch?v=4mvf73HvcVI



Duration: 3:52
12,170 views
129


This video will help you set up VSCode with GDB integration for debugging C. I'll briefly show you some debugging features too.

How to install GDB via MinGW on Windows: https://www.youtube.com/watch?v=k6juv3mIr9o
Download VSCode: https://code.visualstudio.com/#alt-downloads

Chapters:
0:00 Introduction
0:29 How to install VSCode
0:49 C extensions for VSCode
0:59 Simple building and debugging
1:31 Basic debugging features
2:07 Creating a project build script and task
2:53 Creating a debug configuration
3:36 Ending