I tracked the example function with this call
example
(trace example)
and now I want to stop tracking it, how can I do it?
In general, lisp is as simple as calling untrace :
(untrace example)
Use untrace .
Source: https://habr.com/ru/post/1299584/More articles:How to fix "unable to adapt error" error when saving binary data using python psycopg2 - pythonUnable to copy file, although FileIOPermission is provided in C # - securityUnable to see drag and drop pop-ups for Ctrl-N and other similar commands - typesHow to change the default path for Visual Studio 2008? - visual-studio-2008How to link to Twitter on my homepage? - asp.netAre there any open source open source Lisp shells? - winapiThe problem with Django templates - {% if objectpygtk: invert text widget colors - pythonIs python a serious option for concurrent programming - pythonPolymorphic function as return value and value limitation in SML - smlAll Articles