Skip to content
Snippets Groups Projects
Commit 19063199 authored by con's avatar con
Browse files

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

(cherry picked from commit a5c5cfc4)

Conflicts:

	src/plugins/debugger/debuggerplugin.cpp
parent a3fd049e
No related branches found
No related tags found
No related merge requests found
......@@ -359,6 +359,7 @@ QWidget *CommonOptionsPage::createPage(QWidget *parent)
m_ui.checkBoxEnableReverseDebugging);
m_group.insert(theDebuggerAction(MaximalStackDepth),
m_ui.spinBoxMaximalStackDepth);
m_group.insert(theDebuggerAction(LogTimeStamps), 0);
#ifdef USE_REVERSE_DEBUGGING
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