开发者

How do I stop tracing a function in clisp?

开发者 https://www.devze.com 2022-12-18 11:06 出处:网络
I\'ve been tracing a function examplewith this call (trace example) and now I wish to stop tracing it,

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消