I've been tracing a function example
with this call
(trace example)
and now I wish to stop tracing it, how can I do开发者_运维问答 this?
In common lisp it's as easy as calling untrace:
(untrace example)
Use the untrace.
I've been tracing a function example
with this call
(trace example)
and now I wish to stop tracing it, how can I do开发者_运维问答 this?
In common lisp it's as easy as calling untrace:
(untrace example)
Use the untrace.
精彩评论