MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / currentBreakpoint

Method currentBreakpoint

src/plugins/debugger/interface/breakpointmodel.cpp:116–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116Internal::Breakpoint BreakpointModel::currentBreakpoint() const
117{
118 if (currentIndex == -1)
119 return Internal::Breakpoint();
120
121 return bps.at(currentIndex).breakpoint();
122}
123
124const BreakpointItems &BreakpointModel::breakpointList() const
125{

Callers 1

Calls 2

atMethod · 0.80
BreakpointClass · 0.50

Tested by

no test coverage detected