surfdork Posted December 12, 2009 Posted December 12, 2009 The AutoIt Graphical version 0.27.0 debugger closes when I: Launch run and I get a save as dialog Save and execute run No matter what I do when I attempt to run (open the script from a diirectory) the application closes My machine is a Vista x64 with SP1, .NET 3. Auto It 3.3.0.0 I had to errors shown in the configuration for the appliication for the beta includes and beta folder Also the application launches a file browser. Screen shots atached of the errors, sorry 'bout that, I could not extract the text. Are there any other suggestions for a good debugger? I really need to be able to trace the values of the variables.
martin Posted December 12, 2009 Posted December 12, 2009 The AutoIt Graphical version 0.27.0 debugger closes when I:Launch run and I get a save as dialogSave and execute runNo matter what I do when I attempt to run (open the script from a diirectory) the application closesMy machine is a Vista x64 with SP1, .NET 3. Auto It 3.3.0.0I had to errors shown in the configuration for the appliication for the beta includes and beta folderAlso the application launches a file browser.Screen shots atached of the errors, sorry 'bout that, I could not extract the text.Are there any other suggestions for a good debugger? I really need to be able to trace the values of the variables.I think you will get a better response from posting in the thread for the graphical debugger in Example scripts. Untill Stumpii or someone can give any help then there are other solutions. One simple way is the udf I wrote for monitoring variables in a script but it is limited to global variables. I haven't looked at it for some time so if there are problems let me know.There is also a debugger by Klaatu. One simple way, apart from the usual ConsoleWrites and the debug options in Scite, is to create a debug gui which is only shown if some parameter is set, and just have labels which show the varaibles and their values. Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
surfdork Posted December 12, 2009 Author Posted December 12, 2009 Thanks a bunch for the reply. Next time I'll post this in the scripts area. Stumpiis efforts are greatly appreciated, even if the tool is not functioning for my use at this time.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now