struct StoppedEvent
Defined at line 2504 of file ../../third_party/github.com/google/cppdap/src/include/dap/protocol.h
The event indicates that the execution of the debuggee has stopped due to
some condition. This can be caused by a breakpoint previously set, a stepping
request has completed, by executing a debugger statement etc.
Public Members
optional allThreadsStopped
optional description
optional hitBreakpointIds
optional preserveFocusHint
basic_string reason
optional text
optional threadId