Skip to content
Snippets Groups Projects
Commit e4f24ab5 authored by ck's avatar ck
Browse files

Remote debugging: Choose the right debugger.

parent 6a49395e
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,9 @@ void RemoteGdbAdapter::startAdapter()
gdbArgs.prepend(_("mi"));
gdbArgs.prepend(_("-i"));
QString location = theDebuggerStringSetting(GdbLocation);
QString location = startParameters().debuggerCommand;
if (location.isEmpty())
location = theDebuggerStringSetting(GdbLocation);
// FIXME: make asynchroneous
// Start the remote server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment