forked from qt-creator/qt-creator
debugger: some infrastructure for gdb's target-async
This commit is contained in:
@@ -252,6 +252,13 @@ DebuggerSettings::DebuggerSettings(QSettings *settings)
|
||||
item->setValue(true);
|
||||
insertItem(LoadGdbInit, item);
|
||||
|
||||
item = new SavedAction(this);
|
||||
item->setSettingsKey(debugModeGroup, QLatin1String("TargetAsync"));
|
||||
item->setCheckable(true);
|
||||
item->setDefaultValue(false);
|
||||
item->setValue(false);
|
||||
insertItem(TargetAsync, item);
|
||||
|
||||
item = new SavedAction(this);
|
||||
item->setSettingsKey(debugModeGroup, QLatin1String("ScriptFile"));
|
||||
item->setDefaultValue(QString());
|
||||
|
||||
Reference in New Issue
Block a user