describeForDebugger

fun describeForDebugger(): Array<AvailObjectFieldHelper?>

Utility method for decomposing this object in the debugger. See AvailObjectFieldHelper for instructions to enable this functionality in IntelliJ.

In particular, an Interpreter should present (possibly among other things) a complete stack trace of the current fiber, converting the deep continuation structure into a list of continuation substitutes that do not recursively print the caller chain.

Return

An array of AvailObjectFieldHelper objects that help describe the logical structure of the receiver to the debugger.