struct FormatOptions
Defined at line 18 of file ../../src/developer/debug/zxdb/expr/format_options.h
Public Members
uint32_t max_array_size
NumFormat num_format
bool zero_pad_hex_bin
bool enable_pretty_printing
Enumerations
enum NumFormat
| Name | Value |
|---|---|
| kDefault | 0 |
| kUnsigned | 1 |
| kSigned | 2 |
| kHex | 3 |
| kChar | 4 |
| kBin | 5 |
Defined at line 19 of file ../../src/developer/debug/zxdb/expr/format_options.h