Debugger: Break on raise() -> Break on abort()

Win64 doesn't seem to have raise() at all, or at least it isn't
called on abort()

Change-Id: Ief7a97c321db0f91629848852719977d14094173
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Orgad Shaneh
2012-05-08 18:01:28 +03:00
committed by hjk
parent 4f169b2150
commit b3416a57d7
4 changed files with 12 additions and 12 deletions

View File

@@ -352,7 +352,7 @@ DebuggerSettings::DebuggerSettings(QSettings *settings)
insertItem(BreakOnFatal, item);
item = new SavedAction(this);
item->setText(tr("Break on \"raise\""));
item->setText(tr("Break on \"abort\""));
item->setCheckable(true);
#ifdef Q_OS_WIN
item->setDefaultValue(true);
@@ -361,8 +361,8 @@ DebuggerSettings::DebuggerSettings(QSettings *settings)
item->setDefaultValue(false);
item->setValue(false);
#endif
item->setSettingsKey(debugModeGroup, QLatin1String("BreakOnRaise"));
insertItem(BreakOnRaise, item);
item->setSettingsKey(debugModeGroup, QLatin1String("BreakOnAbort"));
insertItem(BreakOnAbort, item);
//
// Settings