NSearch 0 Posted April 28, 2005 Are there any debugging tools out there that allow you to step through an autoit script? Thanks. Share this post Link to post Share on other sites
jpm 93 Posted April 28, 2005 Are there any debugging tools out there that allow you to step through an autoit script?Thanks.<{POST_SNAPBACK}>not yet it is in the todo list.you can use the Scite editor which have a fairly amount of debug tracing easy to manage that can help you. Share this post Link to post Share on other sites
PerryRaptor 1 Posted April 29, 2005 I strategically place MsgBox() throughout the script during development. looking at variables, information, and collections lets me know all is well. Share this post Link to post Share on other sites