struct DisconnectRequest
Defined at line 751 of file ../../third_party/github.com/google/cppdap/src/include/dap/protocol.h
The `disconnect` request asks the debug adapter to disconnect from the
debuggee (thus ending the debug session) and then to shut down itself (the
debug adapter). In addition, the debug adapter must terminate the debuggee if
it was started with the `launch` request. If an `attach` request was used to
connect to the debuggee, then the debug adapter must not terminate the
debuggee. This implicit behavior of when to terminate the debuggee can be
overridden with the `terminateDebuggee` argument (which is only supported by
a debug adapter if the corresponding capability `supportTerminateDebuggee` is
true).
Public Members
optional restart
optional suspendDebuggee
optional terminateDebuggee