forked from qt-creator/qt-creator
Debugger: Add more information about the debugee when debugging
Fixes: QTCREATORBUG-25159 Change-Id: Ic462c8bb4d9f4f7163dbb9fcc13adce4c7172564 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
@@ -920,6 +920,11 @@ QString DebuggerEngine::stateName(int s)
|
||||
# undef SN
|
||||
}
|
||||
|
||||
void DebuggerEngine::notifyExitCode(int code)
|
||||
{
|
||||
d->m_runParameters.exitCode = code;
|
||||
}
|
||||
|
||||
void DebuggerEngine::showStatusMessage(const QString &msg, int timeout) const
|
||||
{
|
||||
showMessage(msg, StatusBar, timeout);
|
||||
|
||||
Reference in New Issue
Block a user