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

debugger: make the option to write timestamps to the log persistent

parent f9d955eb
No related branches found
No related tags found
No related merge requests found
...@@ -364,6 +364,7 @@ QWidget *CommonOptionsPage::createPage(QWidget *parent) ...@@ -364,6 +364,7 @@ QWidget *CommonOptionsPage::createPage(QWidget *parent)
m_ui.spinBoxMaximalStackDepth); m_ui.spinBoxMaximalStackDepth);
m_group.insert(theDebuggerAction(ShowStdNamespace), 0); m_group.insert(theDebuggerAction(ShowStdNamespace), 0);
m_group.insert(theDebuggerAction(ShowQtNamespace), 0); m_group.insert(theDebuggerAction(ShowQtNamespace), 0);
m_group.insert(theDebuggerAction(LogTimeStamps), 0);
#ifdef USE_REVERSE_DEBUGGING #ifdef USE_REVERSE_DEBUGGING
m_ui.checkBoxEnableReverseDebugging->hide(); m_ui.checkBoxEnableReverseDebugging->hide();
......
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