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 }, ] }

How to disable “just my code” setting in VSCode debugger?

Just adding “justMyCode”: false to launch.json doesn’t work. You need to add a separate config in launch.json like below. FYI each {} represents a config. “configurations”: [ { …. # existing config }, { “name”: “Debug Unit Test”, “type”: “python”, “request”: “test”, “justMyCode”: false, } ] As pointed out in here

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)