Packages

p

fs2.internal.jsdeps.node

inspectorMod

package inspectorMod

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. inspectorMod
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package Debugger
  2. package HeapProfiler
  3. package Profiler
  4. package Runtime

Type Members

  1. trait InspectorNotification[T] extends Object with StObject
    Annotations
    @JSType() @native()
  2. 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("inspector", "Session") @native()

Value Members

  1. def close(): Unit

    Deactivate the inspector.

    Deactivate the inspector. Blocks until there are no active connections.

    Annotations
    @inline()
  2. def open(port: Unit, host: Unit, wait: Boolean): Unit
    Annotations
    @inline()
  3. def open(port: Unit, host: java.lang.String, wait: Boolean): Unit
    Annotations
    @inline()
  4. def open(port: Unit, host: java.lang.String): Unit
    Annotations
    @inline()
  5. def open(port: Double, host: Unit, wait: Boolean): Unit
    Annotations
    @inline()
  6. def open(port: Double, host: java.lang.String, wait: Boolean): Unit
    Annotations
    @inline()
  7. def open(port: Double, host: java.lang.String): Unit
    Annotations
    @inline()
  8. def open(port: Double): Unit
    Annotations
    @inline()
  9. def open(): Unit

    Activate inspector on host and port.

  10. def url(): UndefOr[java.lang.String]

    Return the URL of the active inspector, or undefined if there is none.

    Return the URL of the active inspector, or undefined if there is none.

    Annotations
    @inline()
  11. def waitForDebugger(): Unit

    Blocks until a client (existing or connected later) has sent Runtime.runIfWaitingForDebugger command.

    Blocks until a client (existing or connected later) has sent Runtime.runIfWaitingForDebugger command. An exception will be thrown if there is no active inspector.

    Annotations
    @inline()
  12. object Console
  13. object InspectorNotification
  14. object Schema
  15. object ^ extends Object with StObject
    Annotations
    @JSImport("inspector", JSImport.Namespace) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped