We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99eab8 commit a5ceb17Copy full SHA for a5ceb17
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 1.4.33 (September 9, 2025)
2
+
3
+* fixed unknown value length for haxe.io.Bytes
4
+* fixed eval not treat std prefix correctly
5
+* exposed allowEval config which allow auto getter call on non-physical fields
6
+* added OCatch support for haxe nightly
7
+* added array hint for bytes
8
9
## 1.4.32 (June 30, 2025)
10
11
* fixed filepath resolution on breakpoint for haxe nightly
package.json
@@ -1,7 +1,7 @@
{
"name": "haxe-hl",
"displayName": "HashLink Debugger",
- "version": "1.4.32",
+ "version": "1.4.33",
"publisher": "HaxeFoundation",
"license": "MIT",
"description": "Debugger for Haxe/HashLink applications",
0 commit comments