[REBOL] Better error messages?
From: sunandadh::aol::com at: 6-Dec-2001 9:03
Here's a typical console error message:
>> do %BigScript.r
** Script Error: CleanedUpValue has no value
** Where: switch
** Near: set in last LayoutData 'Text
The trouble I'm having is that BigScript.r consists of about ten object, each
encapsulating several functions, and each object is in a separate source
file. But the standard error message doesn't tell me which source file, or
which object, or even which function.
Is there any way of pinpointing the location more precisely? (I've tried
putting the whole app into a Try block, but the Error object is no more
precise).
Thanks,
Sunanda.