Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Core Language > Tuning & Debugging > Symbolic Execution History >

StackComplete

StackComplete[expr]
evaluates expr with intermediate expressions in evaluation chains included on the stack.
  • Mathematica normally includes only the latest expression on each evaluation chain involved in the evaluation of a particular expression. Inside StackComplete, however, all preceding expressions on the evaluation chains are included.
  • StackComplete typically increases significantly the number of expressions kept on the evaluation stack.
Include intermediate expressions in the evaluation stack:
Without StackComplete, you do not see how f and g are used:
Include intermediate expressions in the evaluation stack:
In[1]:=
Click for copyable input
Without StackComplete, you do not see how f and g are used:
New in 2
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team