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

Method disconnect

src/plugins/debugger/dap/debugsession.cpp:169–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void DebugSession::disconnect(bool terminateDebuggee, bool restart)
170{
171 if (!raw)
172 return;
173
174 DisconnectRequest request;
175 request.terminateDebuggee = terminateDebuggee;
176 request.restart = restart;
177 raw->disconnect(request);
178}
179
180void DebugSession::continueDbg(integer threadId)
181{

Callers 7

endRecordingMethod · 0.45
detachLexerMethod · 0.45
registerDBusConnectMethod · 0.45
shutdownMethod · 0.45
resetEditorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected