Where is the variable watcher?

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
deebee
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 89
Joined: Mon Jul 19, 2010 6:59 am

Where is the variable watcher?

Post by deebee » Fri Sep 24, 2010 4:44 am

Page 149 of the user guide says you can watch what the variables are doing by going Development->Variable Watcher

Does this still exist? I know I can see the variables in the message box, but I can only monitor one at a time. Is there a way to monitor all the globals, just present in your application simultaneously?

shadowslash
Posts: 344
Joined: Tue Feb 24, 2009 6:14 pm
Contact:

Re: Where is the variable watcher?

Post by shadowslash » Fri Sep 24, 2010 6:49 am

Hi deebee,

If I'm not mistaken, the Variable Watcher has been moved to the bottom of the Script Editor on the Variables tab. Image
Parañaque, Philippines
Image
Image

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4163
Joined: Sun Jan 07, 2007 9:12 pm

Re: Where is the variable watcher?

Post by bn » Fri Sep 24, 2010 10:30 am

Debee,

if you are looking for the global variables you can inspect them in the message box, the fourth symbol from the left.
regards
Bernd

deebee
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 89
Joined: Mon Jul 19, 2010 6:59 am

Re: Where is the variable watcher?

Post by deebee » Fri Sep 24, 2010 11:45 am

found both locations, thanks! Sometimes the docs make things more confusing than they have to be! Maybe time for an update!

Post Reply