Jump to content

Stumpii

Active Members
  • Posts

    472
  • Joined

  • Last visited

1 Follower

Profile Information

  • Member Title
    Mr. Stumpii
  • Location
    TX, USA
  • WWW
    http://thefoolonthehill.net

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Stumpii's Achievements

Universalist

Universalist (7/7)

4

Reputation

  1. New version available. Download link in first post (or run the program if already installed and it will update itself). Rev 0.47.0 - 10 Sep 13 *** Known issue: Don't know how/when, but the calltips popup code is broken. It still appears when hovering over a function, but not while typing. *** Fixed issue where split string with quotes ends up missing the quotes. Thanks c.haslam. Added 'Save As' button. Saving the default 'untitled.au3', or running any tool that saves it now brings up the save as dialog. The user can now elect to debug AutoIt3 System Include files, User-supplied Include files, both or none at all. Thanks J D Feemster. File close command also clears the current file entry in the RibbonOrbRecentItem collection provided that file was a #Include file. Thanks J D Feemster. Better handling of UTF8 files. Added some debug for errors when reading files. Debugger now accepts multiple command line arguments with the first being the script file and the rest being the command line arguments for the script. Thanks J D Feemster. Changed the default MRU list limit to 10 to avoid the cutoff of the File popup. Thanks BodoWitcha. Fixed File>New opening a different untitled file from that loaded when debugger run with no command line arguments. Ribbon now resizes better on smaller screens. The important tool do not shrink to compact size (icon only). Swapped Compile and Build icons and improved tooltip text. Changed Run and Run w/ Output icons. Ribbon is now full screen (same as Word/Excel). Added 'Debug to console, debug to msgbox and remove all debug lines' features to the Debugging submenu of the document context menu. Refer to help file for more details. Updated About popup. Thanks BodoWitcha. Other bug fixes. Thanks BodoWitcha. Tweaked ScintillaNet to allow code drag and drop. This means that files cannot be dropped on the code window (but can be dropped on any other window). Enabled drag and drop of files onto the Ribbon to open them. Removed unused icons from Toolchest toolbar. Added icon to document window. Changed code folding column colour. Code context check column (one with yellow blob) is not a line selector to make it easier to select lines. Code folding column made 12 pixels instead of 16.
  2. Okay, thanks. I think I have it fixed now. I notice that if you open the file, then click File>Reload, the doc looks fine. I have changed the open code to be the same as the reload code. For the autocomplete, as a workaround, you may be able to disable that in the options. Working on some other changes at the moment, but the fixes will be in the next release. Thanks, Stumpii
  3. Can you email the error report for #1 so I can see what the error is. Does it just occur when typing, or copy-and-pasting? If copy and paste, then can you send me some sample that I can paste in to investigate. For #2, can you send me a sample script so that I can look into it. Thanks, Stumpii
  4. I have cleaned out the spam. The problem with this site is that there is only one thread for the debugger. On my site, each issue/question is a separate thread. I am thinking about creating a paf (http://portableapps.com/) version of the debugger. The computer will still need .Net of course. In the options, there is already a portable mode that stores the user preferences in the application folder. Stumpii
  5. Thanks. This will be fixed in the next version. Stumpii
  6. I would think that it would need to match the folder you used to install the debugger. If you installed in the AutoIt3 folder, or in the SciTE folder. Is this not the case? I don't use SciTE, so I don't have much experience with these settings. Stumpii
  7. Step Over never worked. There is no way to determine what the next line to be executed, so I had to remove it. Stumpii
  8. Still here, but been very busy and had little time to check the forum or work on the code. Anyway, can you try removing the local stored data and running the program again. To do this: 1. Close the Debugger if it is open 2. Press Win+R and enter "%LOCALAPPDATA%AutoIt Debugger" into the box and click OK. 3. Delete the contents of the folder. 4. Run the Debugger again. If this fixes the issue, can you let me know the file path that is causing the issue, or send me the file/folder name via email so I recreate the issue. Thanks, Stumpii
  9. 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.
  10. As stated, link is working again now!
  11. Download v0.44.7 and see if you receive more useful info on the error. Thanks, Steve
  12. 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.
  13. 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.
  14. New version available. Download link in first post. This should make debugging more stable in general and especially in Win 7 with UAC enabled. Rev 0.44.2 - 27 Aug 11 Fixed: Re-ordered ConsoleWrite so that it writes to the Debugger before a breakpoint if a breakpoint is set on that line. Fixed: Sending a variable to the debugger was clearing the @error and @extended macros. Changed: Better detection and debugging of system include locations. Changed: System include files now debugged in %TEMP% folder, not AutoIt include folders. Thanks BodoWitcha. Changed: Removed calls to all includes in the debug include.
  15. New version should fix that. Download from first post. Rev 0.44.1 - 18 Aug 11 Fixed: Issue determining Include paths when Registry is not used. Thanks gcriaco. Added: Highlighting of identical text (variables, functions, etc.). Thanks, Steve
×
×
  • Create New...