struct ContinueRequest
Defined at line 580 of file ../../third_party/github.com/google/cppdap/src/include/dap/protocol.h
The request resumes 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.
Public Members
optional singleThread
integer threadId