forked from qt-creator/qt-creator
GDB/Windows: Break on abort
Task-number: QTCREATORBUG-6773 Change-Id: I082b7d04730a5014ad935d6a079a1829dfcdd34c Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -337,6 +337,14 @@ DebuggerSettings::DebuggerSettings(QSettings *settings)
|
||||
item->setSettingsKey(debugModeGroup, QLatin1String("BreakOnFatal"));
|
||||
insertItem(BreakOnFatal, item);
|
||||
|
||||
item = new SavedAction(this);
|
||||
item->setText(tr("Break on \"abort\""));
|
||||
item->setCheckable(true);
|
||||
item->setDefaultValue(false);
|
||||
item->setValue(false);
|
||||
item->setSettingsKey(debugModeGroup, QLatin1String("BreakOnAbort"));
|
||||
insertItem(BreakOnAbort, item);
|
||||
|
||||
//
|
||||
// Settings
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user