前回までのセットアップで、Visual Studio CodeでCのソースコードがビルドできるようになった。さらに便利な状況にセットアップできるのだが、まずは先に基本的な機能をすべて整えてしまそう。次はVisual Studio CodeでLLDBを使ったデバッグができるように設定する。
To configure VS Code for Microsoft C++, follow the steps mentioned below. Download and install Microsoft Visual Studio Code Install C++ Extension Install and setup the MinGW Compiler Set the path and ...