Page 1 of 1

Immediate mode

Posted: Thu Aug 07, 2003 7:09 am
by AngelSoul
Fred, you think it's possible to have an immediate box like VB to probe variables (all of them)?

Re: Immediate mode

Posted: Thu Aug 07, 2003 7:23 am
by PB
Do you mean you wish to see the value of local variables as well as global?
I think that's coming. In the meantime, you can view the values of all
global variables by ticking 'Show Variables' in the debugger, and using
the 'Debug' command to print the values of local variables from time to
time in your code.