Skip to content
Snippets Groups Projects
Commit fdd77417 authored by hjk's avatar hjk
Browse files

debugger: save state of the 'AutoDerefPointers' option

parent f0c9f87b
No related branches found
No related tags found
No related merge requests found
......@@ -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 "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment