struct ConsoleFormatOptions
Defined at line 21 of file ../../src/developer/debug/zxdb/console/format_node_console.h
Console-output-specific options format formatting.
Public Members
Verbosity verbosity
Wrapping wrapping
int indent_amount
int smart_indent_cols
int pointer_expand_depth
int max_depth
Enumerations
enum Verbosity
| Name | Value |
|---|---|
| kMinimal | 0 |
| kMedium | 1 |
| kAllTypes | 2 |
This has numeric values so one can compare verbosity levels.
Defined at line 23 of file ../../src/developer/debug/zxdb/console/format_node_console.h
enum Wrapping
| Name | Value |
|---|---|
| kNone | 0 |
| kExpanded | 1 |
| kSmart | 2 |
Defined at line 36 of file ../../src/developer/debug/zxdb/console/format_node_console.h