Allow setting exception breakpoints in debug config
This commit is contained in:
parent
f173a043be
commit
5586d9e694
3 changed files with 44 additions and 6 deletions
11
tests/testdata/cpp/simple/.vimspector.json
vendored
11
tests/testdata/cpp/simple/.vimspector.json
vendored
|
|
@ -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": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue