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
Tobias Hunger
qt-creator
Commits
02c23836
Commit
02c23836
authored
Dec 19, 2008
by
hjk
Browse files
comment out watchhandler debug information
parent
210740c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/watchhandler.cpp
View file @
02c23836
...
...
@@ -1204,13 +1204,13 @@ void WatchHandler::loadWatchers()
QVariant
value
;
sessionValueRequested
(
"Watchers"
,
&
value
);
m_watchers
=
value
.
toStringList
();
qDebug
()
<<
"LOAD WATCHERS: "
<<
m_watchers
;
//
qDebug() << "LOAD WATCHERS: " << m_watchers;
reinitializeWatchersHelper
();
}
void
WatchHandler
::
saveWatchers
()
{
qDebug
()
<<
"SAVE WATCHERS: "
<<
m_watchers
;
//
qDebug() << "SAVE WATCHERS: " << m_watchers;
setSessionValueRequested
(
"Watchers"
,
m_watchers
);
}
...
...
Write
Preview
Markdown
is supported
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