struct RestartFrameRequest
Defined at line 1624 of file ../../third_party/github.com/google/cppdap/src/include/dap/protocol.h
The request restarts execution of the specified stack frame.
The debug adapter first sends the response and then a `stopped` event (with
reason `restart`) after the restart has completed. Clients should only call
this request if the corresponding capability `supportsRestartFrame` is true.
Public Members
integer frameId