Watching variables is a common task programmers wish to employ when debugging. Usually the scenairo is that you want to know why a certain variable gets a certain value.
To add a variable to the watch list, first select the Watch tab on the bottom left of Komodo. Now click the square dotted icon with the yellow highlight on the top left of it. This will bring up the following dialog. In here type the variable name you wish to add to the watch list.
Watch is useful though its features are covered by the Locals and Globals tabs, however sometimes you just want to focus on a small subset of variables so watching just the one you are interested in is alot easier than having to watch the whole set of variables in your program.
Recent comments
1 day 6 hours ago
2 days 6 hours ago
3 days 3 hours ago
3 days 2 hours ago
3 days 12 hours ago
1 week 1 hour ago
1 week 4 hours ago
1 week 4 hours ago
1 week 7 hours ago
1 week 8 hours ago