Allow setting exception breakpoints in debug config

This commit is contained in:
Ben Jackson 2019-11-05 18:33:41 +00:00
commit 5586d9e694
3 changed files with 44 additions and 6 deletions

View file

@ -11,7 +11,18 @@
"environment": [],
"externalConsole": true,
"stopAtEntry": true,
"stopOnEntry": true,
"MImode": "${VIMSPECTOR_MIMODE}"
},
"breakpoints": {
"exception": {
"cpp_catch": "",
"cpp_throw": "",
"objc_catch": "",
"objc_throw": "",
"swift_catch": "",
"swift_throw": ""
}
}
}
}