Immediate mode

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
AngelSoul
User
User
Posts: 55
Joined: Tue Jul 29, 2003 9:16 am
Location: Canada

Immediate mode

Post by AngelSoul »

Fred, you think it's possible to have an immediate box like VB to probe variables (all of them)?
AMD 1.8 - 512mb - ATI All-In-Wonder Radeon 9000 pro - W2k Pro
BASIC programmers never die, they just return without gosub.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: Immediate mode

Post 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.
Post Reply