VocabularydebuggerError descriptionThrown by the Factor VM if an attempt is made to push elements on a full data stack.
NotesThis error usually indicates a run-away recursion, however if you legitimately need a data stack larger than the default, see
Command line switches for the VM.
Definition