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

Method isCurrentDebugSession

plugins/debuggercommon/midebugsession.cpp:1333–1336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1331}
1332
1333bool MIDebugSession::isCurrentDebugSession(const QObject* object)
1334{
1335 return object == ICore::self()->debugController()->currentSession();
1336}
1337
1338void MIDebugSession::currentSessionChanged(IDebugSession* session, IDebugSession* previousSession)
1339{

Callers

nothing calls this directly

Calls 2

currentSessionMethod · 0.80
debugControllerMethod · 0.80

Tested by

no test coverage detected