1.0.42.42: hack around *AUTO-EVAL-IN-FRAME* issues
authorNikodemus Siivola <nikodemus@random-state.net>
Sun, 19 Sep 2010 19:09:21 +0000 (19:09 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Sun, 19 Sep 2010 19:09:21 +0000 (19:09 +0000)
commit809babfb68a91aa47a7f011972d39915a77a9895
treefb84448a7b32c0f4566ef0659abac2bbe38acfc6
parent0301f631b44b8b5b46e887982f98d5baa7b0e97a
1.0.42.42: hack around *AUTO-EVAL-IN-FRAME* issues

 When frame doesn't have sufficient debug information and
 *AUTO-EVAL-IN-FRAME* is true -- the default -- the debugger REPL
 becomes useless in the frame. Oops.

 So, in those cases punt to regular EVAL instead -- which is the right
 thing most of the time. To avoid confusion by DWIM, tell the user
 when punting to global context.
NEWS
src/code/debug.lisp
version.lisp-expr