Mathematica >

TraceOff

TraceOff
is an option for Trace and related functions which specifies forms inside which tracing should be switched off.
  • The setting for TraceOff gives a pattern which is compared with expressions to be evaluated. If the pattern matches the expression, then tracing will be switched off while that expression is being evaluated. The pattern is also tested against tags associated with the evaluation.
  • You can use TraceOff to avoid tracing inner parts of a computation.
  • The default setting TraceOff->None never switches off tracing.
  • During the execution of Trace, the settings for TraceOn and TraceOff can be modified by resetting the values of the global variables $TraceOn and $TraceOff.
New in 2
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team