Jump to content

MarcoMomo

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by MarcoMomo

  1. In example 2, the Ctrl-minus key not works: replace 0xBD in line 4 Global Const $VK_OEM_MINUS = 0xBD with 0xDB Global Const $VK_OEM_MINUS = 0xDB
  2. In the help file of AutoIT Debugger, the description for integration with SciTE is not operationnel on my standard installation Win7 / SciTE 2.28 / AutoIt 3.3.8.1 / AutoIt Debugger 0.45.1.0 If you are a same problem: replace the line command.35.$(au3)=$(autoit3dir)\AutoIt Debugger\AutoIt Debugger.exe "$(FilePath)" by this line command.35.$(au3)=$(SciteDefaultHome)\..\AutoIt Debugger\AutoIt Debugger.exe "$(FilePath)" on my config, this change of path corrects integration in SciTE (open the current file from SciTE to AutoIt Debugger):
  3. This page http://www.thefoolonthehill.net/drupal/AutoIt%20Debugger show this link Help: Online help is available here. on this help: Introduction / Wat's New: Rev 0.45.1 - 12 Nov 11 Added: Program Trace window extended with automatic expand/collapse in Trace Back Changed: Updated error handler Changed: Online help completely revised. Link: http://www.thefoolonthehill.net/Help/AutoItDebugger/AutoItDebuggerHelp.html Fixed: Keyboard shortcut assignments corrected. Keys affected are Esc, Ctrl+F8, Ctrl+F7, F7 See online help Keyboard Shortcuts for complete overview. Link: http://www.thefoolonthehill.net/Help/AutoItDebugger/AutoItDebuggerHelp.html?KeyboardShortcuts.html Fixed: ConsoleWrite - Additional blank line removed. Fixed: Relative addressing of include file not recognized - Thanks Christopher Fixed: New Test Script.au3 program for validating the installation Fixed: Au3Info and MacroGenerator tools no longer cause the debugger to wait until they finish. Changed: Tied in most windows to the help file. Fixed: Problem debugging with full path #includes. Fixed: Swapping of '/' to '' in #includes. Added: Full path display in Includes window. Added: Right click > Open, opens Include file in Includes window. 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. Marco
×
×
  • Create New...