Theia API Documentation v1.65.0
    Preparing search index...
    interface DisassemblyViewRendererReference {
        currentInstructionAddresses: (undefined | string)[];
        debugSession: undefined | { id: string };
        focusedCurrentInstructionAddress: undefined | string;
        focusedInstructionAddress: undefined | string;
        fontInfo: BareFontInfo;
        isSourceCodeRender: boolean;
        onDidChangeStackFrame: IEvent<void>;
    }
    Index

    Properties

    currentInstructionAddresses: (undefined | string)[]
    debugSession: undefined | { id: string }
    focusedCurrentInstructionAddress: undefined | string
    focusedInstructionAddress: undefined | string
    fontInfo: BareFontInfo
    isSourceCodeRender: boolean
    onDidChangeStackFrame: IEvent<void>