Seeing things in debug I am trying to debug a task in AA 4.5.2.
How can I see the value of the variables while in running in debug mode?
I put in a "Message Box" but it does not work!
When I use StepOver, it highlights EVERY line in yellow. So I cannot tell whether an IF was true or false and I cannot tell whether the contents of a loop are being executed or not. It should jump over statements that it is not executing!
In another thread I say something about writing to a log. How is that done and what does it give me? |