You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a thought, if you create your script using a blank editor tab and then click the debug button, you are prompted to save the script - the default name will have "Untitled" in it, e.g. "Untitled-1.ahk".
I tried the above, and it sends "snafu" to the editor window unless you change the name of the script.
Description
Debugger takes keyboard focus from active window
Reproduction steps
Steps to reproduce the behavior:
Expected behavior
Expected:"snafu" is typed into the notepad window.
Instead it is typed to the debugger expression eval window
If I comment out
then it behaves as expected.
Using version 2.
The text was updated successfully, but these errors were encountered: