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