Hi all, I have a problem:

I wish to interrupt a program when it is running, using something like:

   print "DEBUG: "
   ask

At this point, I want to analyze the variables used by my software,
example:

   DEBUG: print myVar

where myVar is a variable previously defined in the software. But...
Rebol tell me the variable does not exist! I think because this break
(instruction "ask") create a new context, different from the one used
by the program while it is running. What can I do to evaluate the
instructions inserted in the "ask" block?

Thanks!



--
Prendi GRATIS l'email universale che... risparmia: http://www.email.it/f

Sponsor:
Ti è capitato di cercare un libro e non riuscire a trovarlo?
E' attivo il servizio TrovaLibri di Airbook.it

Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=345&d=13-3  
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.

Reply via email to