Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: How best to debug REBOL?

From: greggirwin:mindspring at: 2-May-2004 10:15

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