Debug-console version of AutoIt3.exe and AutoIt3_x64.exe?
I want to test my script (it already passes Au3Check.exe) by running it through CMD,
and I want any errors (crashes, syntax errors, array index issues, invalid assignments, etc.) to be printed directly to the console instead of stopping the program and showing an error message box.
Those pop-up error dialogs make debugging difficult because I have to switch back to SciTE every time.
What I’m asking for is a console-mode debug version of AutoIt3.exe/AutoIt3_x64.exe that, when an error occurs, prints the error to the console and exits immediately with a non-zero exit code.
And with compiled scripts too, is it possible to print a message on console instead of showing it?