forked from qt-creator/qt-creator
Debugger: Mention python executable in log output start message
Change-Id: I239b11cc4919ae15746f3059080907e6302c20c3 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -249,7 +249,7 @@ void LldbEngine::startLldb()
|
||||
args.append(_("-i"));
|
||||
args.append(Core::ICore::resourcePath() + _("/debugger/lldbbridge.py"));
|
||||
args.append(m_lldbCmd);
|
||||
showMessage(_("STARTING LLDB ") + args.join(QLatin1Char(' ')));
|
||||
showMessage(_("STARTING LLDB: python ") + args.join(QLatin1Char(' ')));
|
||||
m_lldbProc.setEnvironment(startParameters().environment.toStringList());
|
||||
if (!startParameters().workingDirectory.isEmpty())
|
||||
m_lldbProc.setWorkingDirectory(startParameters().workingDirectory);
|
||||
|
||||
Reference in New Issue
Block a user