{ "version": "0.2.0", "configurations": [ { "name": "Python C++ Debug", "type": "pythoncpp", "request": "launch", "pythonLaunchName": "Python: Current File", "cppAttachName": "(Windows) Attach", }, { "name": "(Windows) Attach", "type": "cppvsdbg", "request": "attach", "processId": "", "symbolOptions": { "searchMicrosoftSymbolServer": true, "cachePath": "C:\\Users\\XXXXXXXXX\\SymbolCache" } }, { "name": "Python: Current File", "type": "python", "request": "launch", "program": "${file}", "console": "integratedTerminal" } ] }