object nodeInspectorMod
- Source
- nodeInspectorMod.scala
- Alphabetic
- By Inheritance
- nodeInspectorMod
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- class Session extends Object with StObject
The inspector.Session is used for dispatching messages to the V8 inspector back-end and receiving message responses and notifications.
The inspector.Session is used for dispatching messages to the V8 inspector back-end and receiving message responses and notifications.
- Annotations
- @JSType() @JSImport("node:inspector", "Session") @native()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val ^: Any
- Annotations
- @JSImport("node:inspector", JSImport.Namespace) @native()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def close(): Unit
Deactivate the inspector.
Deactivate the inspector. Blocks until there are no active connections.
- Annotations
- @inline()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def open(port: Unit, host: Unit, wait: Boolean): Unit
- Annotations
- @inline()
- def open(port: Unit, host: java.lang.String, wait: Boolean): Unit
- Annotations
- @inline()
- def open(port: Unit, host: java.lang.String): Unit
- Annotations
- @inline()
- def open(port: Double, host: Unit, wait: Boolean): Unit
- Annotations
- @inline()
- def open(port: Double, host: java.lang.String, wait: Boolean): Unit
- Annotations
- @inline()
- def open(port: Double, host: java.lang.String): Unit
- Annotations
- @inline()
- def open(port: Double): Unit
- Annotations
- @inline()
- def open(): Unit
Activate inspector on host and port.
Activate inspector on host and port. Equivalent to node --inspect=but can be done programatically after node has started. If wait is true, will block until a client has connected to the inspect port and flow control has been passed to the debugger client.
- Annotations
- @inline()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- def url(): UndefOr[java.lang.String]
Return the URL of the active inspector, or
undefinedif there is none.Return the URL of the active inspector, or
undefinedif there is none.- Annotations
- @inline()
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def waitForDebugger(): Unit
Blocks until a client (existing or connected later) has sent
Runtime.runIfWaitingForDebuggercommand.Blocks until a client (existing or connected later) has sent
Runtime.runIfWaitingForDebuggercommand. An exception will be thrown if there is no active inspector.- Annotations
- @inline()
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated