Skip to content

Instantly share code, notes, and snippets.

{
"version": "0.2.0",
"configurations": [
{
"name": "Launch: myapp",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/build/myapp.exe",
"args": [],
"stopAtEntry": false,