prettier backtraces
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 15 Nov 2010 15:21:25 +0000 (17:21 +0200)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 1 Feb 2013 20:31:07 +0000 (22:31 +0200)
commit492dce07cf27b3cbee8ce4800c938fcb884aa53e
treed0d49625d4b74f828c744b502649b9cb5b65db47
parentf575ddaffe838c611359430946fe26b80808a35a
prettier backtraces

  Introduce PRINT-BACKTRACE and LIST-BACKTRACE as forward compatible
  replacements for BACKTRACE and BACKTRACE-AS-LIST. (Not yet deprecated.)

  *SHOW-ENTRY-POINT-DETAILS* is also deprecated. Function names and
  lambda-lists are now always cleaned, but the details that were
  previously available via the debug name are now provided as part of
  the auxilliary frame info.

  *METHOD-FRAME-STYLE* can be :MINIMAL, :NORMAL, or :FULL, defaulting to
  :NORMAL.
12 files changed:
NEWS
doc/manual/debugger.texinfo
package-data-list.lisp-expr
src/code/debug.lisp
src/code/early-extensions.lisp
src/code/error-error.lisp
src/code/interr.lisp
src/code/toplevel.lisp
src/compiler/debug-dump.lisp
tests/debug.impure.lisp
tests/run-tests.lisp
tests/script.test.sh