(debug) at the repl invokes the vm debugger
authorAndy Wingo <wingo@pobox.com>
Sun, 14 Mar 2010 22:06:58 +0000 (23:06 +0100)
committerAndy Wingo <wingo@pobox.com>
Sun, 14 Mar 2010 22:06:58 +0000 (23:06 +0100)
commit42ee0d00ba61e51a5b4a9f2d59e6f95b52e49dbf
tree50569310ed4451957dcc065a5a31289650bda374
parent42cb9b03111ccddb4abcf25004c4bd8bd069390f
(debug) at the repl invokes the vm debugger

* module/ice-9/boot-9.scm (top-repl): Map (debug) at the repl to (system
  vm debug).

* module/system/vm/debug.scm (run-debugger, debugger-repl): Don't take
  the index as an arg, for now anyway.
  (debug): New wrapper.
module/ice-9/boot-9.scm
module/system/vm/debug.scm