axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] breakmode handling bug ?


From: Waldek Hebisch
Subject: Re: [Axiom-developer] breakmode handling bug ?
Date: Sat, 20 Jan 2007 13:43:26 +0100 (CET)

> Hello,
> 
> It is possible in Axiom to modify its behavior when an error is
> encountered via
> 
> )set break something
> 
> But if you set it to 'query', Axiom will ask you if you want to return
> to top level or enter a Lisp break loop. What I find strange is that
> this not what Axiom has to do. The code is (g-error.boot):
> 

Could you give more detail on what Axiom is doing for you and what
it to do.  For me it works as follows (both the old release and
newest wh-sandbox):

(1) -> )set break query
(1) -> 1/0

   >> Error detected within library code:
   division by zero

protected-symbol-warn called with (NIL)

   You have three options. Enter:
     continue   to continue processing,
     top        to return to top level, or
     break      to enter a LISP break loop.

   Please enter your choice now:
continue
   Processing will continue where it was interrupted.
(1) -> 

-- 
                              Waldek Hebisch
address@hidden 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]