
How to add variable to watch window
I just ran my variable to the status bar so I could view it real time. But I
found the problem...the mouse coordinates seem to stop updating in the x
direction about 5% from the right edge of the window. The left edge goes
down to 0 right at the left edge as it should. Does this make sense?
It would mean that I couldn't do a hit test on anything at the far right
edge of the window.
Quote:
> The documentation must be out of date because it says use menu Debug -
Add -
> Watch which doesn't seem to exist. I want to view a variable continuously
> real time.
> Thanks