{ "configurations": { "cpptools-run": { "adapter": "vscode-cpptools", "configuration": { "request": "launch", "program": "${workspaceRoot}/${fileBasenameNoExtension}", "externalConsole": false, "stopAtEntry": true, "stopOnEntry": true, "MImode": "${VIMSPECTOR_MIMODE}", "logging": { "engineLogging": true } }, "breakpoints": { "exception": { "cpp_catch": "", "cpp_throw": "", "objc_catch": "", "objc_throw": "", "swift_catch": "", "swift_throw": "" } } } } }