Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>For quick prototyping, <a href="http://www.autoitscript.com/autoit3/index.shtml" rel="nofollow noreferrer"><strong>Autoit</strong></a> is a viable option (but it is a scripting language though).</p> <p><img src="https://i.stack.imgur.com/G0cmW.png" alt="http://www.autoitscript.com/images/gui_eg1.png"></p> <p>Combined with <a href="http://www.autoitscript.com/autoit3/scite/" rel="nofollow noreferrer"><strong>Scite</strong></a> as an Editor, and <a href="http://www.autoitscript.com/forum/index.php?showtopic=81842" rel="nofollow noreferrer">autoit to exe capability</a> (<strong>AutoIt3.exe</strong> in Scite and <a href="http://www.autoitscript.com/autoit3/scite/docs/AutoIt3Wrapper.htm" rel="nofollow noreferrer"><strong>Autoit3Wrapper.exe</strong></a> to actually produce exe), you have a full GUI development environment.</p> <hr> <p><a href="http://www.autohotkey.com/" rel="nofollow noreferrer">AutohotKey</a> is an alternative, but based on old AutoitV2.</p> <p>Still, you can execute AutohotKey scripts from Autoit ;)</p> <pre><code>Run("c:\Program Files\Autohotkey\Autohotkey.exe c:\scripts\devicesset.ahk") </code></pre> <hr> <p>While interactive debugging is not <em>natively</em> supported, they are (2008, but in 2014: was?) <strong><a href="http://www.autoitscript.com/forum/index.php?showtopic=55548&amp;st=0&amp;p=421272&amp;#entry421272" rel="nofollow noreferrer">several debugging tools</a></strong> to facilitate the debug process. (from this <a href="http://www.autoitscript.com/trac/autoit/ticket/264" rel="nofollow noreferrer">ticket</a>)</p> <p><img src="https://i.stack.imgur.com/VAXTL.png" alt="http://www.autoitscript.com/forum/uploads/monthly_01_2008/post-3602-1199735240.png"></p> <p>Update 2014: the "AutoEditDebugger" might not be supported:</p> <blockquote> <p>EDIT October 2009: NB This script has not been maintained since some time in 2008. Due to some problem with the editor it crashes in Vista.</p> </blockquote>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload