Running in Debug Mode When I run in debug mode, it just steps through my script within automation anywhere, doesn't actually click in the software that the script is for. So running in debug mode doesn't help me because AA doesn't show in any way what keys are being pressed. I think (by putting delays in) that I have narrowed it down to when it changes from one script to another. I have one main script that calls a secondary script, when the secondary script passes control back to the main script I get a flash of a window that says 'loading' the screen flickers and when it's finished the problem occurs (esc/del pressed) the main script then resumes, but can't continue because the program is no longer in the state it expects. I can't move the contents of the second script into the main script because both of them need to run sql loops and I can't nest loops. If anyone can help I'd appreciate it. |