We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb18dba commit 8b26860Copy full SHA for 8b26860
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 1.4.34 (December 12, 2025)
2
+
3
+* fixed noDebug option still attach debugger
4
+* added Array UI8/GUID support, map value GUID support for haxe nightly
5
+* fixed stacktrace request with non-VSCode DAP server (#141)
6
+* added guid hint, fixed hex/bin hint on big float
7
8
## 1.4.33 (September 9, 2025)
9
10
* fixed unknown value length for haxe.io.Bytes
package.json
@@ -1,7 +1,7 @@
{
"name": "haxe-hl",
"displayName": "HashLink Debugger",
- "version": "1.4.33",
+ "version": "1.4.34",
"publisher": "HaxeFoundation",
"license": "MIT",
"description": "Debugger for Haxe/HashLink applications",
0 commit comments