Package-level declarations
Types
Link copied to clipboard
The inspector.Session
is used for dispatching messages to the V8 inspector back-end and receiving message responses and notifications.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The inspector.Session
is used for dispatching messages to the V8 inspector back-end and receiving message responses and notifications.
Link copied to clipboard
Functions
Link copied to clipboard
external fun open(port: Number = definedExternally, host: String = definedExternally, wait: Boolean = definedExternally): ERROR CLASS: Symbol not found for Disposable
Activate inspector on host and port. Equivalent to node --inspect=[[host:]port]
, but can be done programmatically after node has started.
Link copied to clipboard
Blocks until a client (existing or connected later) has sent Runtime.runIfWaitingForDebugger
command.