Class StoppedEvent
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.StoppedEvent
Event message for 'stopped' event type. The event indicates that the execution of the debuggee
has stopped due to some condition. This can be caused by a break point previously set, a stepping
action has completed, by executing a debugger statement etc.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic StoppedEventcreate(StoppedEvent.EventBody body, Integer seq) booleangetBody()Event-specific information.inthashCode()Methods inherited from class com.oracle.truffle.tools.dap.types.Event
create, getEvent, setBody, setEvent