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

[REBOL] Re: vbug?

From: c:brizell:worc:ac at: 17-Jun-2001 10:32

Ken, vbug is a debugging aid, if user-prefs/debug: is set to true
>>user-prefs/debug: true
== true
>> vbug "I've got this far"
view "I've got this far" if user-prefs/debug: is set to a file
>> user-prefs/debug: %debug.dbg
== %debug.dbg
>> vbug "Now I've got here" >> print read %debug.dbg
view "Now I've got here" hope this helps Cheers colinb