-
Notifications
You must be signed in to change notification settings - Fork 4
Known issues
zero-plusplus edited this page Apr 22, 2024
·
5 revisions
-
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
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.Fixed in AutoHotkey-v1.1.33.11 / v2.0-beta.2Auto-execute thread
orTimer thread
) is incorrect
-
An error occurs when try to overwrite dynamic property in the Data inspectionFixed in AutoHotkey-v2-a136 -
#105 Breakpoints on lines with Fat arrow function assigned to variable do not workFixed in AutoHotkey-v2.0.0