From mboxrd@z Thu Jan 1 00:00:00 1970 From: mdj AT sourceware.cygnus.com To: guile-cvs AT sourceware.cygnus.com Subject: guile/guile-core/ice-9 debugger.scm Date: Thu, 16 Sep 1999 14:26:00 -0000 Message-id: <19990916212629.14370.qmail@egcs.cygnus.com> X-SW-Source: 1999-q3/msg00726.html List-Id: CVSROOT: /cvs/guile Module name: guile Changes by: mdj@egcs.cygnus.com 99/09/16 14:26:28 Modified files: guile-core/ice-9: debugger.scm Log message: * debugger.scm ("p"): New alias for "evaluate"; Mark module with :no-backtrace. ("position"): New command. (source-position, display-position): New procedures. (display-source): Display position of expression, if available. (catch-user-errors): Return #f on error. (Commands are expected to return a valid state.) (read-and-dispatch-command): Bugfix: Return old state on error.