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

    Implements

    Index

    Constructors

    Properties

    breakpointDecorations: string[] = []
    breakpointRanges: Map<string, [Range, DebugSourceBreakpoint]> = ...
    breakpoints: BreakpointManager
    breakpointWidget: DebugBreakpointWidget
    contextMenu: ContextMenuRenderer
    currentBreakpointDecorations: string[] = []
    editor: MonacoEditor
    editorDecorations: string[] = []
    exceptionWidget: DebugExceptionWidget
    hintDecorations: string[] = []
    ignoreBreakpointsChangeEvent: boolean = false

    Set during updateBreakpoints() to prevent the resulting onDidChangeBreakpoints from re-entering render().

    ignoreDecorationsChangedEvent: boolean = false

    Set during render() to prevent onDidChangeDecorationsupdateBreakpoints() from reading back the decoration positions we just wrote, which would produce a spurious or circular setBreakpoints call.

    inlineValueDecorator: DebugInlineValueDecorator
    sessionManager: DebugSessionManager
    toDispose: DisposableCollection = ...
    toDisposeOnModelChange: DisposableCollection = ...
    toDisposeOnUpdate: DisposableCollection = ...
    update: (...arguments: []) => Promise<void> = ...
    uri: URI
    BREAKPOINT_HINT_DECORATION: IModelDecorationOptions = ...
    CONTEXT_MENU: MenuPath = ...
    FOCUSED_STACK_FRAME_DECORATION: IModelDecorationOptions = ...
    FOCUSED_STACK_FRAME_MARGIN: IModelDecorationOptions = ...
    STICKINESS: TrackedRangeStickiness = monaco.editor.TrackedRangeStickiness.NeverGrowsWhenTypingAtEdges
    TOP_STACK_FRAME_DECORATION: IModelDecorationOptions = ...
    TOP_STACK_FRAME_INLINE_DECORATION: IModelDecorationOptions = ...
    TOP_STACK_FRAME_MARGIN: IModelDecorationOptions = ...

    Accessors

    Methods