Class ExitedEvent
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.ExitedEvent
Event message for 'exited' event type. The event indicates that the debuggee has exited and
returns its exit code.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ExitedEventcreate(ExitedEvent.EventBody body, Integer seq) booleangetBody()Event-specific information.inthashCode()setBody(ExitedEvent.EventBody body) Methods inherited from class com.oracle.truffle.tools.dap.types.Event
create, getEvent, setBody, setEvent