debugger move DebuggerStartParameters into file of its own

This commit is contained in:
hjk
2011-01-07 09:44:23 +01:00
parent 2266c8cd64
commit 0b5591ae7a
7 changed files with 159 additions and 102 deletions

View File

@@ -373,7 +373,7 @@ DebuggerRunControl::DebuggerRunControl(RunConfiguration *runConfiguration,
debuggingFinished();
// Create Message box with possibility to go to settings.
const QString msg = tr("Cannot debug '%1' (tool chain: '%2'): %3")
.arg(sp.executable, sp.toolChainName(), d->m_errorMessage);
.arg(sp.executable, toolChainName(sp), d->m_errorMessage);
Core::ICore::instance()->showWarningWithOptions(tr("Warning"),
msg, QString(), QLatin1String(Constants::DEBUGGER_SETTINGS_CATEGORY),
d->m_settingsIdHint);