{ "configurations": { "run": { "adapter": "vscode-python", "configuration": { "request": "launch", "type": "python", "cwd": "${workspaceRoot}", "program": "${file}", "stopOnEntry": true, "console": "integratedTerminal" }, "breakpoints": { "exception": { "raised": "N", "uncaught": "" } } }, "attach": { "adapter": "vscode-python", "configuration": { "request": "attach", "type": "python", "host": "localhost", "port": "5678" }, "breakpoints": { "exception": { "raised": "N", "uncaught": "" } } } } }