struct StartDebuggingRequest
Defined at line 2352 of file ../../third_party/github.com/google/cppdap/src/include/dap/protocol.h
This request is sent from the debug adapter to the client to start a new
debug session of the same type as the caller. This request should only be
sent if the corresponding client capability `supportsStartDebuggingRequest`
is true. A client implementation of `startDebugging` should start a new debug
session (of the same type as the caller) in the same way that the caller's
session was started. If the client supports hierarchical debug sessions, the
newly created session can be treated as a child of the caller session.
Public Members
unordered_map configuration
basic_string request