Hello,
You can debug your task action-by-action using Step Over (F10) functionality. What we suggest is run your task in non-debug mode and use 'Message Box' command to view value of variable(s) at run time or you can keep a blank Notepad open and insert Keystrokes command to print value of variable in Notepad.
Hope that helps. |