user68322
user68322

Reputation: 29

How to trace in Common Lisp using gcl?

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

Upvotes: 2

Views: 745

Answers (1)

Brian
Brian

Reputation:

Take a look at the TRACE macro.

Upvotes: 5

Related Questions