Class ContinuedEvent
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.ProtocolMessage
com.oracle.truffle.tools.dap.types.Event
com.oracle.truffle.tools.dap.types.ContinuedEvent
Event message for 'continued' event type. The event indicates that the execution of the debuggee
has continued. Please note: a debug adapter is not expected to send this event in response to a
request that implies that execution continues, e.g. 'launch' or 'continue'. It is only necessary
to send a 'continued' event if there was no previous request that implied this.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ContinuedEventcreate(ContinuedEvent.EventBody body, Integer seq) booleangetBody()Event-specific information.inthashCode()Methods inherited from class com.oracle.truffle.tools.dap.types.Event
create, getEvent, setBody, setEvent