struct MemoryFormatOptions

Defined at line 18 of file ../../src/developer/debug/zxdb/console/format_memory.h

Public Members

AddressMode address_mode
bool show_ascii
int values_per_line
int separator_every

Enumerations

enum AddressMode
Name Value Comments
kNoAddresses 0

Don't show location information on the left.

kAddresses 1

Show absolute hex addresses: "0x000012360"

kOffsets 2

Show offsets from the beginning of the dump: "+0x10".

Defined at line 19 of file ../../src/developer/debug/zxdb/console/format_memory.h