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

Method IDebugSession

kdevplatform/debugger/interfaces/idebugsession.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46};
47
48IDebugSession::IDebugSession()
49 : d_ptr(new IDebugSessionPrivate(this))
50{
51 connect(this, &IDebugSession::stateChanged,
52 this, [this](IDebugSession::DebuggerState state) { Q_D(IDebugSession); d->slotStateChanged(state); });
53}
54
55IDebugSession::~IDebugSession()
56{

Callers

nothing calls this directly

Calls 1

slotStateChangedMethod · 0.80

Tested by

no test coverage detected