Haxe externs for the Debug Adapter Protocol - API documentation
View source
class
ModuleEvent
package
vscode.debugAdapter
extends
Event
›
Message
import
vscode.debugAdapter.DebugSession
@:jsRequire("vscode-debugadapter","ModuleEvent")
Constructor
new
(
reason:
ModuleEventReason
,
module:
Module
)
Inherited Variables
Defined by
Event
body
:
T
event
:
String
Defined by
Message
seq
:
Int
type
:
MessageType
Inherited Methods