debugger: save state of the 'AutoDerefPointers' option

This commit is contained in:
hjk
2010-09-17 09:18:37 +02:00
parent f0c9f87bf6
commit fdd774172a

View File

@@ -239,6 +239,7 @@ DebuggerSettings *DebuggerSettings::instance()
item->setText(tr("Dereference Pointers Automatically"));
item->setCheckable(true);
item->setDefaultValue(true);
item->setSettingsKey(debugModeGroup, QLatin1String("AutoDerefPointers"));
item->setToolTip(tr("This switches the Locals&Watchers view to "
"automatically dereference pointers. This saves a level in the "
"tree view, but also loses data for the now-missing intermediate "