Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ getModel
Method
getModel
src/plugins/debugger/dap/debugservice.cpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
DebugModel *DebugService::getModel() const
77
{
78
return model.get();
79
}
80
81
void DebugService::sendBreakpoints(dap::optional<QUrl> uri, DebugSession *session, bool sourceModified)
82
{
Callers
3
DAPDebugger
Method · 0.45
startDebugRemote
Method · 0.45
launchSession
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected