Properties
Protected
additionalColumnSelectLabel
additionalColumnSelectLabel: string = ...
Protected
address
address: string | number = 0
Protected
addressField
addressField: undefined | HTMLInputElement
Protected
assignLocationRef
assignLocationRef: LegacyRef<HTMLInputElement> = ...
Protected
assignOffsetRef
assignOffsetRef: LegacyRef<HTMLInputElement> = ...
Protected
assignReadLengthRef
assignReadLengthRef: LegacyRef<HTMLInputElement> = ...
Protected
byteSize
byteSize: number = 8
Protected
bytesPerGroup
bytesPerGroup: number = 1
Protected
columnsDisplayed
Protected
doDisplaySettings
doDisplaySettings: boolean = false
Protected
doUpdateAutomatically
doUpdateAutomatically: boolean = true
Protected
endianness
endianness: Endianness = Interfaces.Endianness.Little Protected
errorTimeout
errorTimeout: undefined | Timeout = undefined
Protected
groupsPerRow
groupsPerRow: number = 4
Protected
headerInputField
headerInputField: undefined | HTMLInputElement
iconClass
iconClass: string = 'memory-view-icon'
Protected
isTitleEditable
isTitleEditable: boolean = false
lockIconClass
lockIconClass: string = 'memory-lock-icon'
Protected
Readonly
memoryProvider
Protected
memoryReadError
memoryReadError: string = ...
Protected
memoryReadResult
Protected
Readonly
memoryWidgetOptions
Protected
offset
offset: number = 0
Protected
offsetField
offsetField: undefined | HTMLInputElement
Protected
Readonly
onMemoryChangedEmitter
Readonly
onOptionsChanged
onOptionsChanged: Event<undefined | string> = ...
Protected
Readonly
onOptionsChangedEmitter
onOptionsChangedEmitter: Emitter<undefined | string> = ...
Protected
pinnedMemoryReadResult
Protected
readLength
readLength: number = 256
Protected
readLengthField
readLengthField: undefined | HTMLInputElement
Protected
recentLocations
Protected
sessionListeners
sessionListeners: DisposableCollection = ...
Protected
Readonly
sessionManager
sessionManager: DebugSessionManager
Protected
showMemoryError
showMemoryError: boolean = false
Protected
showTitleEditIcon
showTitleEditIcon: boolean = false
Protected
updateMemoryView
updateMemoryView: DebouncedFunc<any> = ...
Static
ID
ID: string = 'memory-view-options-widget'
Static
LABEL
LABEL: string = ...
Static
WIDGET_H2_CLASS
WIDGET_H2_CLASS: string = 'memory-widget-header'
Static
WIDGET_HEADER_INPUT_CLASS
WIDGET_HEADER_INPUT_CLASS: string = 'memory-widget-header-input'
Handle bytes per group changed event.