Upgrade debugpy

This commit is contained in:
Ben Jackson 2020-06-05 21:17:01 +01:00
commit 7f625fee9f
2 changed files with 11 additions and 7 deletions

View file

@ -14,7 +14,8 @@
"breakpoints": {
"exception": {
"raised": "N",
"uncaught": ""
"uncaught": "",
"userUnhandled": ""
}
}
},
@ -26,7 +27,8 @@
"breakpoints": {
"exception": {
"raised": "N",
"uncaught": ""
"uncaught": "",
"userUnhandled": ""
}
}
},
@ -43,7 +45,8 @@
"breakpoints": {
"exception": {
"raised": "N",
"uncaught": ""
"uncaught": "",
"userUnhandled": ""
}
}
},
@ -60,7 +63,8 @@
"breakpoints": {
"exception": {
"raised": "N",
"uncaught": ""
"uncaught": "",
"userUnhandled": ""
}
}
},