c-object-pointers?
Factor handbook » Developer tools » The prettyprinter » Prettyprint control variables

Prev:boa-tuples?
Next:with-short-limits ( quot -- )


Vocabulary
prettyprint.config

Variable description
Toggles whether C objects such as structs and direct arrays only print their underlying address. If this flag isn't set, C objects will attempt to print their contents. If a C object points to invalid memory, it will display only its address regardless.

Definition