Changeset 6591


Ignore:
Timestamp:
May 25, 2007, 4:43:40 AM (18 years ago)
Author:
Gary Byers
Message:

%ERROR does PROCESS-DEBUG-CONDITION, to invoke some debugger before
handlers take effect.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ide-1.0/ccl/level-1/l1-error-signal.lisp

    r5315 r6591  
    116116(defun %error (condition args error-pointer)
    117117  (setq condition (condition-arg condition args 'simple-error))
     118  (process-debug-condition *current-process* condition error-pointer)
    118119  (signal condition)
    119120  (unless *interactive-streams-initialized*
Note: See TracChangeset for help on using the changeset viewer.