When I run python in 1.84.2 vscode, I found that breakpoints did not work. It didn't stop where I interrupted, but stopped where thre was not breakpoint. This problem makes me very anxisous. I can't find a solution to the problem, and if I can't solve it, I would give up vscode, but I don't want to do this. Please help me.
launch.json file
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": true,
}
I don't know where the porblem is, I didn't have any problem before, but this problem occurred when I used it two months later. Please help me, thank you.


launch.json, so it will skip this breakpoint. You have to change"justMyCode": true,to false.Help: Aboutcommand (run in the command palette) into your question post. 2) Please also add the version of your Python extension.