Where is this Variable Watcher?

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
townsend
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 430
Joined: Sun Feb 13, 2011 8:43 pm

Where is this Variable Watcher?

Post by townsend » Tue Mar 01, 2011 6:35 pm

I found this reference in the Users Guide:
http://downloads.runrev.com/userguide/userguide.pdf

But I can't seem to find it anywhere. How to I view this Variable Watcher?
91 variable watcher.JPG
91 variable watcher.JPG (45.37 KiB) Viewed 3067 times

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1239
Joined: Sat Apr 08, 2006 1:10 pm
Contact:

Re: Where is this Variable Watcher?

Post by BvG » Tue Mar 01, 2011 6:42 pm

That's an old bit of the IDE, which got replaced by the "variables" tab of the script editor (at the bottom of the editor window there's 5 tabs).
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

townsend
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 430
Joined: Sun Feb 13, 2011 8:43 pm

Re: Where is this Variable Watcher?

Post by townsend » Tue Mar 01, 2011 7:21 pm

Thanks for the quick answer!

Yes, I've seen it. But that Variables Tab is kind of useless, because all the $ System Variables
are always listed first. It would be just to see the variables in my Stack.

Oh well. If you place the cursor over ANY variable,
you get a little tool-tip with the current value.
That will do.

Post Reply