When debugging in CCL, how do I change the uneviscerate the results of debugging calls like (:raw 3)
and (:v 5 3)
?
Asked
Active
Viewed 38 times
1

Rainer Joswig
- 136,269
- 10
- 221
- 346

interestedparty333
- 2,386
- 1
- 21
- 35
1 Answers
1
The following code does it:
(setq ccl::*BACKTRACE-PRINT-LENGTH* nil ccl::*BACKTRACE-PRINT-LEVEL* nil)

interestedparty333
- 2,386
- 1
- 21
- 35