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
256558d5
Commit
256558d5
authored
Nov 03, 2009
by
hjk
Browse files
debugger: make switching between debuggers easier for testing purposes
parent
0f139b27
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/gdbengine.cpp
View file @
256558d5
...
...
@@ -4245,6 +4245,9 @@ bool GdbEngine::startGdb(const QStringList &args, const QString &gdb, const QStr
m_gdbProc
.
disconnect
();
// From any previous runs
QString
location
=
gdb
;
const
QByteArray
env
=
qgetenv
(
"QTC_DEBUGGER_PATH"
);
if
(
!
env
.
isEmpty
())
location
=
QString
::
fromLatin1
(
env
);
if
(
location
.
isEmpty
())
location
=
theDebuggerStringSetting
(
GdbLocation
);
QStringList
gdbArgs
;
...
...
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