struct RestartRequest

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

Restarts a debug session. Clients should only call this request if the

corresponding capability `supportsRestartRequest` is true. If the capability

is missing or has the value false, a typical client emulates `restart` by

terminating the debug adapter first and then launching it anew.

Public Members

optional arguments