Class DisassemblyViewWidget

Hierarchy

  • BaseWidget
    • DisassemblyViewWidget

Constructors

  • Parameters

    • Optional options: IOptions

    Returns DisassemblyViewWidget

Properties

_disassembledInstructions: undefined | WorkbenchTable<DisassembledInstructionEntry> = undefined
_enableSourceCodeRender: boolean = true
_fontInfo: BareFontInfo
_instructionBpList: readonly InstructionBreakpoint[] = []
_loadingLock: boolean = false
_onDidChangeStackFrame: Emitter<void> = ...
_previousDebuggingState: DebugState
breakpointManager: BreakpointManager
debugPreferences: DebugPreferences
debugSessionManager: DebugSessionManager
editorPreferences: EditorPreferences
iconReferenceUri: URI = ...
labelProvider: LabelProvider
openerService: OpenerService
ID: "disassembly-view-widget" = 'disassembly-view-widget'
NUM_INSTRUCTIONS_TO_LOAD: 50 = 50

Accessors

Methods