Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica >

TraceOn

TraceOn
is an option for Trace and related functions which specifies when tracing should be switched on.
  • With the setting TraceOn->patt, Trace and related functions do not start tracing until they encounter expressions to evaluate which match the pattern patt. This pattern is also tested against tags associated with the evaluation.
  • Once tracing has been switched off by TraceOff, however, TraceOn will not switch it on again.
  • During the execution of Trace, the settings for TraceOn and TraceOff can be modified by resetting the values of the global variables and .
Trace evaluation of an expression that evaluates a function g:
Trace only evaluation inside of g:
Trace evaluation of an expression that evaluates a function g:
In[1]:=
Click for copyable input
In[2]:=
Click for copyable input
Out[2]=
Trace only evaluation inside of g:
In[3]:=
Click for copyable input
Out[3]=
New in 2
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF