Building and Debugging a C Project in Visual Studio Code with a Makefile
Introduction I have been using Visual Studio Code (vscode) for my C language projects until I’m re-learning this powerful programming language. One of the features that I like about vscode is the ability to build and debug C language projects using a Makefile. In this post, I will show you how to build and debug a C project in vscode using a Makefile. also, I built a GitHub repository template for this project called c-library-template, where you can use it to create a new C project with the following features:...