struct ReverseContinueRequest
Defined at line 1665 of file ../../third_party/github.com/google/cppdap/src/include/dap/protocol.h
The request resumes backward execution of all threads. If the debug adapter
supports single thread execution (see capability
`supportsSingleThreadExecutionRequests`), setting the `singleThread` argument
to true resumes only the specified thread. If not all threads were resumed,
the `allThreadsContinued` attribute of the response should be set to false.
Clients should only call this request if the corresponding capability
`supportsStepBack` is true.
Public Members
optional singleThread
integer threadId