Theia API Documentation v1.65.0
    Preparing search index...

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    _currentFrame: undefined | DebugStackFrame
    _frames: Map<number, DebugStackFrame> = ...
    _pendingFetchCount: number = 0
    onDidChanged: Event<void> = ...
    onDidChangedEmitter: Emitter<void> = ...
    onDidFocusStackFrameEmitter: Emitter<undefined | DebugStackFrame> = ...
    pendingFetch: Promise<DebugStackFrame[]> = ...
    pendingFetchCancel: CancellationTokenSource = ...
    raw: Thread
    session: DebugSession
    stoppedDetails: undefined | StoppedDetails

    Accessors

    Methods