forked from qt-creator/qt-creator
debugger: make threadnames feature optional
This commit is contained in:
@@ -204,6 +204,13 @@ DebuggerSettings::DebuggerSettings(QSettings *settings)
|
||||
item->setValue(true);
|
||||
insertItem(UseCodeModel, item);
|
||||
|
||||
item = new SavedAction(this);
|
||||
item->setSettingsKey(debugModeGroup, QLatin1String("ShowThreadNames"));
|
||||
item->setCheckable(true);
|
||||
item->setDefaultValue(false);
|
||||
item->setValue(false);
|
||||
insertItem(ShowThreadNames, item);
|
||||
|
||||
|
||||
//
|
||||
// Breakpoints
|
||||
|
||||
Reference in New Issue
Block a user