[slime-devel] Precision of 'v' in SLDB on SBCL

28 Jun
2004
28 Jun
'04
5:11 p.m.
Ahoy, I had thought the 'view-source' command only worked at defun-granularity in SBCL, but Christophe just pointed out that it works to the exact expression (like in CMUCL) provided that your code is compiled at (optimize (debug 2)) or higher. Good to know :-) Unofficially you can make (debug 2) the global default with this in your ~/.sbclrc: (setf (cdr (assoc 'sb-c::debug sb-c::*policy*)) 2) -Luke

28 Jun
28 Jun
5:36 p.m.
Luke Gorrie <luke@bluetail.com> writes:
Ahoy,
I had thought the 'view-source' command only worked at defun-granularity in SBCL, but Christophe just pointed out that it works to the exact expression (like in CMUCL) provided that your code is compiled at (optimize (debug 2)) or higher.
Why is SBCL itself not compiled with that option?
7560
Age (days ago)
7560
Last active (days ago)
1 comments
2 participants
participants (2)
-
Helmut Eller
-
Luke Gorrie