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

Method handleFileExecAndSymbols

plugins/debuggercommon/midebugsession.cpp:394–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394void MIDebugSession::handleFileExecAndSymbols(const ResultRecord& r)
395{
396 if (r.isReasonError()) {
397 stopDebuggerOnError(i18n("<b>Could not start debugger:</b><br />") + r.errorMessage());
398 }
399}
400
401void MIDebugSession::stopDebuggerOnError(const QString& errorMessage)
402{

Callers

nothing calls this directly

Calls 2

isReasonErrorMethod · 0.80
errorMessageMethod · 0.45

Tested by

no test coverage detected