forked from qt-creator/qt-creator
debugger: show name of core file in output pane.
This is a partial fix for http://bugreports.qt.nokia.com/browse/QTCREATORBUG-1574.
This commit is contained in:
@@ -169,6 +169,11 @@ DebuggerRunControl::DebuggerRunControl(DebuggerManager *manager, const DebuggerS
|
||||
m_startParameters->useTerminal = false;
|
||||
}
|
||||
|
||||
QString DebuggerRunControl::displayName() const
|
||||
{
|
||||
return tr("Core file: \"%1\"").arg(m_startParameters->coreFile);
|
||||
}
|
||||
|
||||
void DebuggerRunControl::setCustomEnvironment(ProjectExplorer::Environment env)
|
||||
{
|
||||
m_startParameters->environment = env.toStringList();
|
||||
|
Reference in New Issue
Block a user