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

vbug?

 [1/3] from: kenneth:nwinet at: 16-Jun-2001 22:38


Does anybody know what vbug does? I can't find any documentation. thanks, ken.

 [2/3] from: brett::codeconscious::com at: 17-Jun-2001 19:22


It appears to be something that escaped a particular internal context to become a global word. And if so, it should probably should probably be ignored because.it is likely to dissappear in future. Brett.

 [3/3] 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