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

Method breakpoints

plugins/debuggercommon/tests/debuggertestbase.cpp:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 return core()->debugController()->variableCollection();
173}
174BreakpointModel* DebuggerTestBase::breakpoints() const
175{
176 return core()->debugController()->breakpointModel();
177}
178
179QString DebuggerTestBase::debugeeFilePath() const
180{

Calls 2

debugControllerMethod · 0.80
breakpointModelMethod · 0.45

Tested by

no test coverage detected