[REBOL] Re: Vbug?
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.