Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ initialize
Method
initialize
src/plugins/debugger/dap/rawdebugsession.cpp:27–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
bool RawDebugSession::initialize()
28
{
29
errHandler = [&](const std::string& err){
30
onError(err);
31
};
32
return true;
33
}
34
35
Promise<InitializeRequest> RawDebugSession::initialize(const InitializeRequest &args)
36
{
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected