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
094c1bfc
Commit
094c1bfc
authored
May 05, 2009
by
Oswald Buddenhagen
Browse files
twice helps twice?
parent
61d74351
Changes
1
Show whitespace changes
Inline
Side-by-side
src/plugins/debugger/cdb/cdbdumperhelper.cpp
View file @
094c1bfc
...
...
@@ -571,7 +571,7 @@ CdbDumperHelper::DumpResult CdbDumperHelper::dumpType(const WatchData &wd, bool
if
(
der
==
DumpExecuteSizeFailed
)
m_failedTypes
.
push_back
(
wd
.
type
);
// log error
*
errorMessage
=
*
errorMessage
=
msgDumpFailed
(
wd
,
errorMessage
);
*
errorMessage
=
msgDumpFailed
(
wd
,
errorMessage
);
m_access
->
showDebuggerOutput
(
m_messagePrefix
,
*
errorMessage
);
return
DumpError
;
}
...
...
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