Changes between Version 2 and Version 3 of Trace
- Timestamp:
- 03/15/08 15:00:05 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Trace
v2 v3 49 49 `:methods {T | nil}`:: 50 50 If true, and if applied to a ''spec'' naming a generic function, arranges to trace all the methods of the generic function in addition to the generic function itself. 51 `:inside `''outside-spec''` | ({`''outside-spec''`}*)`:: 52 Inhibits all trace actions unless the current invocation of the function being traced is inside one of the ''outside-spec''s, i.e. unless a function named by one of the ''outside-spec''s is currently on the stack. ''outside-spec'' can name a function, a method, or a package, as above. 51 53 `:if `''form'':: 52 54 `:condition `''form''::
