Fixes: re-enable "Start External Application" in debug mode

This commit is contained in:
hjk
2009-01-05 14:13:09 +01:00
parent d54e8d95d4
commit 75b7613203
2 changed files with 2 additions and 2 deletions

View File

@@ -1616,7 +1616,7 @@ bool GdbEngine::startDebugger()
sendCommand("attach " + QString::number(q->m_attachedPID));
}
if (q->startMode() == q->startInternal) {
if (q->startMode() == q->startInternal || q->startMode() == q->startExternal) {
sendCommand("-file-exec-and-symbols " + fileName, GdbFileExecAndSymbols);
#ifdef Q_OS_MAC
sendCommand("sharedlibrary apply-load-rules all");