Debugger Not Stopping at Breakpoints in VS Code for Python
Setting “justMyCode”: false makes it stop at breakpoint: { “version”: “0.2.0”, “configurations”: [ { “name”: “Python: Debug Current File”, “type”: “python”, “request”: “launch”, “program”: “${file}”, “console”: “integratedTerminal”, “stopOnEntry”: true, “justMyCode”: false }, ] }