Hi Tony,

ABC> I'm sure this is an FAQ (so apologies in advance), but I haven't found an
ABC> answer in any of the FAQs.  Is there an interactive way of debugging 
ABC> REBOL, or any way beyond adding print statements?

Check out the TRACE function. Be aware that it can produce *volumes*
of output though.

ABC> ...I would like to be able to step through the execution line by
ABC> line and see what the values are at each stage. 

It might be possible to produce a step-trace mode for REBOL by using
DO/NEXT, but there are going to be difficulties with any kind of
debugger based on a "static code" model/mentality.

HTH!

-- Gregg

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to