How can I effectively trace the execution of my script?
Can I have the Editor window positioned next to the app I’m automating (for example on monitor 2) and have the app constantly in focus (on monitor 1) while the script is executing step by step and by pressing some shortcut key then make the Script step 1 one line a time without the app loosing focus.
I have tried the debug mode using a **Breakpoint** but the switching of focus between the app an the MSEditor confuses the app as the
Loosefocus event is triggered, and also there are timing issues when focus is returned to the MSEditor before the automated app has received all keystrokes.
By having MSEditor on monitor 2 and the app in focus on monitor 1 and then being able to step through the script would be great.
The following debugging keys would be great:
1. Stop and Pause script (I can do that already..

2. Step 1 line at a time without the focus switching
3. Continue execution without single stepping until next breakpoint
4. Reenable single stepping so that a breakpoint is not needed.
Any feedback is mostly appreciated.
