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

Method disconnect

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

Source from the content-addressed store, hash-verified

41}
42
43bool RawDebugSession::disconnect(const DisconnectRequest &args)
44{
45 optional<boolean> terminateDebuggee;
46 if (capabilities().supportTerminateDebuggee)
47 terminateDebuggee = args.terminateDebuggee;
48 return shutdown(terminateDebuggee, args.restart);
49}
50
51void RawDebugSession::mergeCapabilities(const InitializeResponse &capabilities)
52{

Callers

nothing calls this directly

Calls 1

shutdownFunction · 0.85

Tested by

no test coverage detected