Options
All
  • Public
  • Public/Protected
  • All
Menu

Debugger configuration for all kernels.

Hierarchy

  • DebuggerConfig
    • Config

Index

Constructors

constructor

  • Returns Config

Methods

getCodeId

  • getCodeId(code: string, kernel: string): string
  • Returns an id based on the given code.

    Parameters

    • code: string

      The source code.

    • kernel: string

      The kernel name from current session.

    Returns string

getTmpFileParams

  • Gets the parameters used for the temp files (e.e. cells) for a kernel.

    Parameters

    • kernel: string

      The kernel name from current session.

    Returns FileParams

setHashParams

setTmpFileParams

  • Sets the parameters used by the kernel to create temp files (e.g. cells).

    Parameters

    • params: FileParams

      Temporary file prefix and suffix for a kernel.

    Returns void

Generated using TypeDoc