forked from qt-creator/qt-creator
debugger: rename 'Break on abort' to 'Break on raise'
Change-Id: I9e1751e890c42cc9f2d7f855b25c3d7e24b5501f Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -4947,8 +4947,7 @@ void GdbEngine::handleNamespaceExtraction(const GdbResponse &response)
|
||||
if (startParameters().startMode == AttachCore) {
|
||||
notifyInferiorSetupOk(); // No breakpoints in core files.
|
||||
} else {
|
||||
if (debuggerCore()->boolSetting(BreakOnAbort)
|
||||
&& startParameters().toolChainAbi.os() == Abi::WindowsOS)
|
||||
if (debuggerCore()->boolSetting(BreakOnRaise))
|
||||
postCommand("-break-insert -f raise");
|
||||
if (debuggerCore()->boolSetting(BreakOnWarning))
|
||||
postCommand("-break-insert -f '" + qtNamespace() + "qWarning'");
|
||||
|
||||
Reference in New Issue
Block a user