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 f970fe2 commit f48380fCopy full SHA for f48380f
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 1.4.11 (May 28, 2024)
2
+* added a pop-up when hl exit code 4 (debug port occupied)
3
+* added comparison for pointer, int64, bool
4
+* fixed step when leaving function on Linux
5
+
6
## 1.4.10 (May 2, 2024)
7
* fixed thread exception before first breakpoint
8
* fixed pause before first breakpoint on Linux
package.json
@@ -1,7 +1,7 @@
{
"name": "haxe-hl",
"displayName": "HashLink Debugger",
- "version": "1.4.10",
+ "version": "1.4.11",
"publisher": "HaxeFoundation",
"license": "MIT",
"description": "Debugger for Haxe/HashLink applications",
0 commit comments