Shiny Language Reference
Language Reference > Basic Language
stackdump
stackdump;
Causes the Virtual Machine to dump the stack
The STACKDUMP statement causes the Brass Virtual Machine to dump the current contents of the stack to the VM debug window. The contents of the stack are not modified, this is simply an interface for display. The only use for this statement is during development, to analyze the data passing through the VM.
Parameters
None
Return Value
None
Example Code
stackdump;