emit

fun emit(event: String, vararg args: Any?): Boolean(source)

This event is fired when the runtime is waiting for the debugger. For example, when inspector.waitingForDebugger is called


fun emit(event: Symbol, vararg args: Any?): Boolean(source)