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

Method currentCommand

plugins/debuggercommon/midebugger.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104MICommand* MIDebugger::currentCommand() const
105{
106 return m_currentCmd.get();
107}
108
109void MIDebugger::kill()
110{

Callers 3

slotInferiorRunningMethod · 0.80
explainDebuggerStatusMethod · 0.80
defaultErrorHandlerMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected