Clint Jeffery wrote:

>          i:= 0
>          while write( image( proc( Monitored, i ) ) ) do {
>              i +:= 1
>          }

Thanks, I incorporated that into a (private) copy of
the Exceptions code.  It helps, in that it produces,
for example:

    ->ExceptionTest 1 2 3 a 5
    x is '1'.
    x is '2'.
    Exception: bad value of 3:
        procedure Exceptions__Exception_throw
        procedure g
        procedure f
        procedure main

    NumException: 'a':
        procedure Exceptions__Exception_throw
        procedure g
        procedure f
        procedure main

    x is '5'.

However, I'd love to be able to show &file and &line
at each point along the way.  Is this possible?
(Having a second function 'location(co-expression, depth)
would suffice!)

Thanks!
Steve

-- 
Steve Wampler -- [EMAIL PROTECTED]
The gods that smiled on your birth are now laughing out loud.


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
Unicon-group mailing list
Unicon-group@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to