Clear exception breakpoints when calling ClearBreakpoints
This commit is contained in:
parent
6c8657c9a7
commit
de04598bc6
2 changed files with 12 additions and 0 deletions
|
|
@ -48,6 +48,17 @@
|
|||
"uncaught": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"run - exception question": {
|
||||
"adapter": "debugpy",
|
||||
"configuration": {
|
||||
"request": "launch",
|
||||
"type": "python",
|
||||
"cwd": "${workspaceRoot}",
|
||||
"program": "${file}",
|
||||
"stopOnEntry": false,
|
||||
"console": "integratedTerminal"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue