src/debug.lisp: New small utility function for interactive testing.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 29 Aug 2015 12:19:33 +0000 (13:19 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 29 Aug 2015 12:19:58 +0000 (13:19 +0100)
commite33ea30174c46fa2f75abe9341a936a7f597ced3
tree9be796bbff880efae30a028f669ba3b2ccab4a38
parent8f33dc2a5d924fc6747d32d047b8c52ab753331c
src/debug.lisp: New small utility function for interactive testing.

Testing at the command line is OK when things can be expected to work,
but it's annoying when they're likely to break.  This simple function
makes things pleasant to debug from inside SLIME.
src/Makefile.am
src/debug.lisp [new file with mode: 0644]
src/sod.asd