Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
404
bool RawDebugSession::readyForBreakpoints() const
405
{
406
return _readyForBreakpoints;
407
}
408
409
void RawDebugSession::setReadyForBreakpoints(bool bReady)
410
{
Callers
5
sendBreakpoints
Method · 0.80
sendFunctionBreakpoints
Method · 0.80
dataBreakpointInfo
Method · 0.80
sendDataBreakpoints
Method · 0.80
sendInstructionBreakpoints
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected