Skip to content

Known issues

zero-plusplus edited this page Apr 22, 2024 · 5 revisions

About debugger adapter bugs

  • Data inspection bug. Arrays with a length of 101 or more are chunked into 100 elements each. It is a specification that these headings will be displayed as [0..99]. The AutoHotkey array starts at 1 and should be [1..100], but I can't find a way to change the headings, so I can't solve this problem at the moment

About autohotkey debugger bugs

v1 and v2

The following issue have been fixed in v2.0-beta.2. However, this has not yet been fixed in 1.1.33.10.

  • If more than one information is displayed on the call stack, the file path and line number information for the bottommost information (i.e. Auto-execute thread or Timer thread) is incorrect Fixed in AutoHotkey-v1.1.33.11 / v2.0-beta.2

v2 only