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
d3102d86
Commit
d3102d86
authored
Apr 01, 2009
by
Friedemann Kleint
Browse files
Complete debug output of watch data
parent
d1bb9ea1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/watchhandler.cpp
View file @
d3102d86
...
...
@@ -202,6 +202,8 @@ QString WatchData::toString() const
str
<<
"parent=
\"
"
<<
parentIndex
<<
doubleQuoteComma
;
if
(
row
!=
-
1
)
str
<<
"row=
\"
"
<<
row
<<
doubleQuoteComma
;
if
(
childCount
)
str
<<
"childCount=
\"
"
<<
childCount
<<
doubleQuoteComma
;
if
(
const
int
childCount
=
childIndex
.
size
())
{
str
<<
"child=
\"
"
;
for
(
int
i
=
0
;
i
<
childCount
;
i
++
)
{
...
...
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