hatchetman 0 Posted March 5, 2004 Is there an AutoIT debugger such that I could step through a script? Share this post Link to post Share on other sites
jpm 101 Posted March 5, 2004 Is there an AutoIT debugger such that I could step through a script?Not Yet but the fondation are available.In the priority list the AutoIt3X.dll have to be out first before adding more functions to AutoIt3 itself.Thanks for your patience Share this post Link to post Share on other sites
scriptkitty 1 Posted March 5, 2004 you can see a line by line display in the iconbar with: AutoItSetOption("TrayIconDebug", 1) ;0=no info, 1=debug line info AutoIt3, the MACGYVER Pocket Knife for computers. Share this post Link to post Share on other sites