Intro

Setup [[VS Code] for running C++].

References

VS Code C++ Configuration on Linux

Install VS Code

sudo snap install code --classic

Install C++ Extensions for VS Code

Compile & Run


Quick Debug Setup

Create .vscode/launch.json:

Install GDB if needed:

sudo apt install gdb

Run Debug: F5 Run Without Debugging: Ctrl + F5