m_access->showDebuggerOutput(m_messagePrefix,QCoreApplication::translate("Debugger::Internal::CdbDumperHelper","Disabling dumpers due to debuggee crash..."));
m_access->showDebuggerOutput(LogMisc,QCoreApplication::translate("Debugger::Internal::CdbDumperHelper","Disabling dumpers due to debuggee crash..."));
m_state=Disabled;// No message here, no point in retrying
returnfalse;
caseCallLoadNoQtApp:
m_access->showDebuggerOutput(m_messagePrefix,QCoreApplication::translate("Debugger::Internal::CdbDumperHelper","The debuggee does not appear to be Qt application."));
m_access->showDebuggerOutput(LogMisc,QCoreApplication::translate("Debugger::Internal::CdbDumperHelper","The debuggee does not appear to be Qt application."));
*errorMessage=QCoreApplication::translate("Debugger::Internal::CdbDumperHelper","The custom dumper library could not be initialized: %1").arg(*errorMessage);