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
fa492e53
Commit
fa492e53
authored
Feb 11, 2009
by
hjk
Browse files
Fixes: correct path for gcbmnacros.cpp hint
parent
3b7c35fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdbengine.cpp
View file @
fa492e53
...
...
@@ -3338,7 +3338,7 @@ void GdbEngine::handleQueryDataDumper2(const GdbResultRecord &record)
tr
(
"The debugged binary does not contain information needed for "
"nice display of Qt data types.
\n\n
"
"You might want to try including the file
\n\n
"
".../
ide/main/bin
/gdbmacros/gdbmacros.cpp
'
\n\n
"
".../
share/qtcreator
/gdbmacros/gdbmacros.cpp
\n\n
"
"into your project directly."
)
);
}
else
{
...
...
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