Something like PyScripter's Python Interpreter, so I can type and run commands immediately (pictured towards the bottom of the following screen shot).
Asked
Active
Viewed 2,159 times
2 Answers
3
This is the only debugger for AutoIt that even remotely does what you want to: http://www.autoitscript.com/forum/topic/21834-graphical-autoit-debugger/

Jos van Egmond
- 2,370
- 15
- 19
2
There is Au3Int (Interpreter for AutoIt) which is very limited in what it can do, but allows you to execute lines of code. The beta version can work with function calls and multi-line statements, but it's buggy and not great.
Unfortunately, AutoIt was not designed with this in mind, so you are going to struggle.

Umber Ferrule
- 3,358
- 6
- 35
- 38

Matt
- 7,100
- 3
- 28
- 58