[REBOL] Re: AnaMonitor object/block monitor released
From: media:quazart at: 5-Nov-2001 10:09
The way I see it, if you look at the very end of the code, you'll see he
calls anamonitor on the system object...
so you just supply your own object here instead :-)
you must also load the code before and perform a do on it or else it won't
be properly initialized...
as in :
do load %/your/path/to/anamonitor.r
anamonitor yourObject2Scan
I have integrated it in GLASS directly as a debug feature... pressing a key
combination, opens anamonitor with the current window's pointer inside it...
most usefull for debugging the current window's attributes :-)
Thanks again Romano!
-MAx