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

Method readyForBreakpoints

src/plugins/debugger/dap/rawdebugsession.cpp:404–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404bool RawDebugSession::readyForBreakpoints() const
405{
406 return _readyForBreakpoints;
407}
408
409void RawDebugSession::setReadyForBreakpoints(bool bReady)
410{

Callers 5

sendBreakpointsMethod · 0.80
dataBreakpointInfoMethod · 0.80
sendDataBreakpointsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected