MCPcopy Create free account
hub / github.com/KDE/kdevelop / stopDebuggerOnError

Method stopDebuggerOnError

plugins/debuggercommon/midebugsession.cpp:401–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401void MIDebugSession::stopDebuggerOnError(const QString& errorMessage)
402{
403 Q_ASSERT(!errorMessage.isEmpty());
404 auto* const message = new Sublime::Message(errorMessage, Sublime::Message::Error);
405 ICore::self()->uiController()->postMessage(message);
406 stopDebugger();
407}
408
409bool MIDebugSession::examineCoreFile(const QUrl &debugee, const QUrl &coreFile)
410{

Callers

nothing calls this directly

Calls 3

uiControllerMethod · 0.80
isEmptyMethod · 0.45
postMessageMethod · 0.45

Tested by

no test coverage detected