How to trace in Common Lisp using gcl?

746 Views Asked by At

Is there some way to print out all the calls of your function to debug recursive programs?

1

There are 1 best solutions below

0
On

Take a look at the TRACE macro.