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

    Implements

    Index

    Constructors

    Properties

    breakpointDecorations: string[] = []
    breakpointRanges: Map<string, [Range, SourceBreakpoint]> = ...
    breakpoints: BreakpointManager
    breakpointWidget: DebugBreakpointWidget
    contextMenu: ContextMenuRenderer
    currentBreakpointDecorations: string[] = []
    editor: MonacoEditor
    editorDecorations: string[] = []
    exceptionWidget: DebugExceptionWidget
    hintDecorations: string[] = []
    inlineValueDecorator: DebugInlineValueDecorator
    sessionManager: DebugSessionManager
    toDispose: DisposableCollection = ...
    toDisposeOnModelChange: DisposableCollection = ...
    toDisposeOnUpdate: DisposableCollection = ...
    update: (...arguments: []) => Promise<void> = ...
    updatingDecorations: boolean = false
    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