Changeset 3938
- Timestamp:
- 09/21/03 00:53:10 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/debug.lisp
r3427 r3938 2 2 ;;; 3 3 ;;; Copyright (C) 2003 Peter Graves 4 ;;; $Id: debug.lisp,v 1. 1 2003-08-16 02:14:23piso Exp $4 ;;; $Id: debug.lisp,v 1.2 2003-09-21 00:53:10 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 24 24 25 25 (defun invoke-debugger (condition) 26 (when *debugger-hook* 27 (let ((hook-function *debugger-hook*) 28 (*debugger-hook* nil)) 29 (funcall hook-function condition hook-function))) 26 30 (catch 'continue 27 31 (debugger-loop)))
Note: See TracChangeset
for help on using the changeset viewer.