forked from qt-creator/qt-creator
debugger: add option to search debug info in well-known locations
Change-Id: I16e32f0e44fc628c7dca5270083a9bb1050769c1 Reviewed-on: http://codereview.qt-project.org/5371 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -349,6 +349,14 @@ DebuggerSettings::DebuggerSettings(QSettings *settings)
|
||||
item->setValue(true);
|
||||
insertItem(LoadGdbInit, item);
|
||||
|
||||
item = new SavedAction(this);
|
||||
item->setSettingsKey(debugModeGroup, QLatin1String("AutoEnrichParameters"));
|
||||
item->setDefaultValue(QString());
|
||||
item->setCheckable(true);
|
||||
item->setDefaultValue(false);
|
||||
item->setValue(false);
|
||||
insertItem(AutoEnrichParameters, item);
|
||||
|
||||
item = new SavedAction(this);
|
||||
item->setSettingsKey(debugModeGroup, QLatin1String("TargetAsync"));
|
||||
item->setCheckable(true);
|
||||
|
||||
Reference in New Issue
Block a user