DebugSessionCustomEvent
A DebugSessionCustomEvent
object represents a custom event sent from a debug adapter.
Custom events can be received using the onCustomEvent()
method of the DebugSession class.
The DebugSessionCustomEvent
class is not subclassable.
Added in Nova 9.
Properties
body
The body of the event. This may be any JSON-codable value, including null
.
event
The event name as a string.