Next: vm_oindent
, Previous: vm_odepth
, Up: VM [Contents][Index]
vm_set_odepth
The pre-defined function vm_set_odepth
sets the maximum depth
level to be used when printing nested structures. It has the
following prototype:
fun vm_set_odepth = (int<32> depth_level) void:
where depth_level specifies the number of depth levels in nested structs to consider when printing nested structures.