Add tests for toggling breakpoint and inserting line

This commit is contained in:
Ben Jackson 2019-12-14 18:03:34 +00:00
commit 7d046574cb
6 changed files with 79 additions and 16 deletions

View file

@ -9,6 +9,12 @@
"program": "${file}",
"stopOnEntry": true,
"console": "integratedTerminal"
},
"breakpoints": {
"exception": {
"raised": "N",
"uncaught": ""
}
}
},
"attach": {
@ -18,6 +24,12 @@
"type": "python",
"host": "localhost",
"port": "5678"
},
"breakpoints": {
"exception": {
"raised": "N",
"uncaught": ""
}
}
}
}