Options
All
  • Public
  • Public/Protected
  • All
Menu

A handler for debugging a widget.

Hierarchy

  • DebuggerHandler
    • Handler

Index

Constructors

constructor

  • new Handler(options: IOptions): Handler
  • Instantiate a new DebuggerHandler.

    Parameters

    • options: IOptions

      The instantiation options for a DebuggerHandler.

    Returns Handler

Methods

update

  • Update a debug handler for the given widget, and handle kernel changed events.

    Parameters

    Returns Promise<void>

updateContext

  • Update a debug handler for the given widget, and handle connection kernel changed events.

    Parameters

    Returns Promise<void>

updateWidget

  • Update a debug handler for the given widget.

    Parameters

    Returns Promise<void>

Generated using TypeDoc