Hi all,
Just a quick question about the Flex debugger (version 3).
I have an AS class and I want to monitor a value continuously as the movie is playing. For instance, I might want to watch ‘somebutton.x’ or ‘somebutton.width’ - I don’t want to use breakpoints because obviuosly every breakpoint stops the animation, and these values change on a window resize - so more or less every frame.
How do I add a watch expression without putting in a breakpoint - the one’s I’ve put in so far remain blank unless I add a breakpoint!
Many thanks
Kevin