struct LaunchRequest

Defined at line 1254 of file ../../third_party/github.com/google/cppdap/src/include/dap/protocol.h

This launch request is sent from the client to the debug adapter to start the

debuggee with or without debugging (if `noDebug` is true). Since launching is

debugger/runtime specific, the arguments for this request are not part of

this specification.

Public Members

optional restart
optional noDebug