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

Vbug?

 [1/4] from: ptretter::charter::net at: 31-Oct-2001 9:23


Anyone know what the purpose or intent of Vbug function is and also what the refinement of 'debug to user-prefs is used for? In general, does anyone know of any undocumented view debuggin utils. Paul Tretter

 [2/4] from: dockimbel:free at: 31-Oct-2001 17:28


Hi Paul, Paul Tretter wrote:
> Anyone know what the purpose or intent of Vbug function is and also what the refinement of 'debug to user-prefs is > used for? In general, does anyone know of any undocumented view debuggin utils.
I guess that user-prefs holds the View Desktop prefs. Setting 'debug to true will tell the desktop to output debug messages (just try it). I usually use 'dump-face or 'dump-pane functions to debug my view scripts. HTH -DocKimbel.

 [3/4] from: rotenca:telvia:it at: 31-Oct-2001 18:07


----- Original Message ----- From: "Paul Tretter" <[ptretter--charter--net]> To: <[rebol-list--rebol--com]> Sent: Wednesday, October 31, 2001 4:23 PM Subject: [REBOL] Vbug?
> Anyone know what the purpose or intent of Vbug function is and also what the
refinement of 'debug to user-prefs is used for? In general, does anyone know of any undocumented view debuggin utils. I think that vbug is the function called when you set debug mode in desktop preferences. It is called by read-net and read-thru. I don't know it is undocumented, but try also: svv/verbose: true which should (not tested) be like the line command option: +q Force not quiet (View) There is also a debug flag in system/view which it is used by system/view/wake-event, i think for popup face. There are also the function dump-face and dump-pane. But they are a little buggy.
> Paul Tretter
--- Ciao Romano

 [4/4] from: ptretter:charter at: 31-Oct-2001 11:28


Thanks for the information. Also thanks to Doc for the quick response as well. Paul Tretter