Jump to content

Graphical AutoIt Debugger


Stumpii
 Share

Recommended Posts

New version available. Download link in first post. A lot of backend improvements, many thanks to BodoWitcha.

Rev 0.44.5 - 18 Sep 11

Thanks go to BodoWitcha for this release.

Fixed: Tool Chest Entries dont load correctly. Thanks KloMeister

Changed: Faster Debug Script creation. Thanks BodoWitcha.

Fixed: Detection of variables not always correct. Thanks BodoWitcha.

Fixed: Disable Debug Include Library not recognized. Thanks BodoWitcha.

Fixed: Continuation not always recognized correct. Thanks BodoWitcha.

Fixed: Creation of debug script files not always synchronized with source script. Thanks BodoWitcha.

Fixed: Stops on Unterminated string. Thanks BodoWitcha.

Fixed: Certain variables not sent to debugger. Thanks BodoWitcha.

Fixed: Include files not always show. Thanks BodoWitcha.

Rev 0.44.4 - 10 Sep 11

Fixed: Issue with ConsoleWrite. Thanks BodoWitcha.

Fixed: Default Beta\Beta install folder. Thanks BodoWitcha.

Changed: Added indicator to show create debug progress.

Rev 0.44.3 - 29 Aug 11

Fixed: Problem not detecting install folder on first run of first install. Thanks BodoWitcha.

Changed: Recompiled as x86.

Fixed: Issue with ConsoleWrite. Thanks BodoWitcha.

Fixed: Limited strings to 256 chars and converted new line to \n in variable wacth. Thanks BodoWitcha.

“Give a man a script; you have helped him for today. Teach a man to script; and you will not have to hear him whine for help.”AutoIt4UE - Custom AutoIt toolbar and wordfile for UltraEdit/UEStudio users.AutoIt Graphical Debugger - A graphical debugger for AutoIt.SimMetrics COM Wrapper - Calculate string similarity.

Link to comment
Share on other sites

New version available. Download link in first post.

This should fix the issue many people are having with the program crashing as soon as it starts.

Rev 0.44.6 - 23 Sep 11

Fixed: ErrorHandler now accepts and requires a reply email address. Thanks Gary Kuznitz.

Fixed: Crash when AutoIt registry entries not found.

“Give a man a script; you have helped him for today. Teach a man to script; and you will not have to hear him whine for help.”AutoIt4UE - Custom AutoIt toolbar and wordfile for UltraEdit/UEStudio users.AutoIt Graphical Debugger - A graphical debugger for AutoIt.SimMetrics COM Wrapper - Calculate string similarity.

Link to comment
Share on other sites

Hi, Stumpii I keep getting an error since version 0.44.3 saying "The debug file could not be created". It is strange as with previous versions I don't get that error and I can use the debug perfectly.

Thanx. :graduated:

Edited by Alandor
Link to comment
Share on other sites

Hi, Stumpii I keep getting an error since version 0.44.3 saying "The debug file could not be created". It is strange as with previous versions I don't get that error and I can use the debug perfectly.

Thanx. :graduated:

Download v0.44.7 and see if you receive more useful info on the error.

Thanks,

Steve

“Give a man a script; you have helped him for today. Teach a man to script; and you will not have to hear him whine for help.”AutoIt4UE - Custom AutoIt toolbar and wordfile for UltraEdit/UEStudio users.AutoIt Graphical Debugger - A graphical debugger for AutoIt.SimMetrics COM Wrapper - Calculate string similarity.

Link to comment
Share on other sites

True! Even i was unable to download!

Note: The page opens successfully! but if we click on the setup to be download we gets a 404 page not found message. :graduated:

Thank you,Regards,[font="Garamond"][size="4"]K.Syed Ibrahim.[/size][/font]

Link to comment
Share on other sites

if you start the debugger and the the option under IDE settings "Enable automatic checking for updates" is enabled, you are prompted for the latest download.

This is of course a circumvention, but for those who want to use it, maybe a solution.

Edit: The problem with the website is fixed.

Edited by BodoWitcha
Link to comment
Share on other sites

It's impossible to download the debugger from the actual link:

http://www.thefoolonthehill.net/sites/de...bugger/AutoIt_Debugger_Setup_v

Thanks

Peppe

True! Even i was unable to download!

Note: The page opens successfully! but if we click on the setup to be download we gets a 404 page not found message. :graduated:

Is the tool still supported? The download links from the official site are broken, as is mentioned in the previous two posts.

if ($AutoIt.debugger.supported = False) Then
   $Rex.mood = $MOOD_sad
endIf

;)

As stated, link is working again now!

“Give a man a script; you have helped him for today. Teach a man to script; and you will not have to hear him whine for help.”AutoIt4UE - Custom AutoIt toolbar and wordfile for UltraEdit/UEStudio users.AutoIt Graphical Debugger - A graphical debugger for AutoIt.SimMetrics COM Wrapper - Calculate string similarity.

Link to comment
Share on other sites

Stumpii, sorry for the late answer I couldn't check it out sooner. I get the same error, this time with a bit more information. The exact error is: "The debug file could not be created. (The path is not of a legal form.)". It is weird as 0.44.2 or previous work perfectly. Hope this helps, and if you need more information just ask.

Thanx :graduated:

Link to comment
Share on other sites

Stumpii, sorry for the late answer I couldn't check it out sooner. I get the same error, this time with a bit more information. The exact error is: "The debug file could not be created. (The path is not of a legal form.)". It is weird as 0.44.2 or previous work perfectly. Hope this helps, and if you need more information just ask. Thanx :graduated:

Hi ALandor,

Based on the problems of Saitoh183 I suggest as circumvention to execute the Tidy function (Ctrl-T in the SciTE editor or the toolbutton in the debugger). It capitalize all AutoIt script statements to its default form. (your orignal script will be saved in the Backup folder with e.g. your scriptname_old35.au3)

This suggestion is to avoid a similar problem as reported by Saitoh183.

In case the problem persists, we like to have a little bit more data, so we can try to reproduce your reported problem.

BodoWitcha

Edited by BodoWitcha
Link to comment
Share on other sites

  • 3 weeks later...

New version available. Download link in first post.

Rev 0.45.0 - 23 Oct 11

Thanks go to BodoWitcha for this release.

Changed: Major changes to the trace feature of the program.

Added: Trace can be scrolled through to show how the program executed.

Fixed: Crash when script file saved in Program Files folder

Fixed: #include with capital chars not recognized. Thanks Saitoh183.

“Give a man a script; you have helped him for today. Teach a man to script; and you will not have to hear him whine for help.”AutoIt4UE - Custom AutoIt toolbar and wordfile for UltraEdit/UEStudio users.AutoIt Graphical Debugger - A graphical debugger for AutoIt.SimMetrics COM Wrapper - Calculate string similarity.

Link to comment
Share on other sites

BodoWitcha, sorry for the late answer, I have some medical issues that prevent me of using the computer. The truth is I don't know what exactly is the "Tidy" function and for what is used for. Actually my problem was just the debug doesn't seem to work with paths the same way since 0.44.3 version. It is not a problem related to anything written on the very own script as the same script can be debugged perfectly with 0.44.2 or previous.

I will try with the latest version and post the result.

Thanx very much. :D

Link to comment
Share on other sites

The Tidy utility is a function to change the look of the script code.

When you are editing the script code use Ctrl+T and look what happens.

The logic will not change, but the code will be indented based on the structure of the script code, because it looks to e.g the If Then Else EndIf and the For Next words.

It also changes all keywords to the suggested Capitalization, For instead of for, etc.

Version 0.45.0 contains some changes, which solve the problem reported by others, which looks similar to your symptoms.

BodoWitcha

Link to comment
Share on other sites

Well BodoWitcha, I always already indent all the structure and use the right capitalization so actually no need for tidy function. Besides I discover it changes completely the way I use comments which I don't want. And about the 0.45.00 I tried it and this time instead of just a little comment about paths creates an error window related to the program not be able to load the include files probably due to some problem with paths. When the path appears it mixes relative and absolute paths (ex. c:\scripts\script1\.\includes\include1). I lately have no much time so I just use the 0.44.2 when needed the debugger. What I don't understand is why is only me getting this error.

Greetings

Link to comment
Share on other sites

Thanks for your feedback. We understand better what the problem is now and please continue to work with 0.44.2 for the time being until we have fixed the problem you have reported.

It was exactly in that area where some changes were made, which created a problem with relative addressing of include files. This is planned to be fixed in the next version.

You was not alone, but most users do not have an extra relative folder in their include path.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...