Skip to content
GitLab
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
d653099b
Commit
d653099b
authored
Sep 08, 2010
by
hjk
Browse files
debugger: don't show list of searched dumper locations if there was none
parent
2b92b17f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/classicgdbengine.cpp
View file @
d653099b
...
...
@@ -708,7 +708,9 @@ bool GdbEngine::checkDebuggingHelpersClassic()
const
QString
msg
=
tr
(
"The debugging helper library was not found at %1."
)
.
arg
(
loc
);
showMessage
(
msg
);
showQtDumperLibraryWarning
(
msg
);
// This might build the library.
// This can happen for remote debugging.
if
(
!
locations
.
isEmpty
())
showQtDumperLibraryWarning
(
msg
);
// This might build the library.
return
QFileInfo
(
lib
).
exists
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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