Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
a5c5cfc4
Commit
a5c5cfc4
authored
Dec 07, 2009
by
hjk
Browse files
debugger: make the option to write timestamps to the log persistent
parent
f9d955eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggerplugin.cpp
View file @
a5c5cfc4
...
@@ -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
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment