Skip to content

Commit f48380f

Browse files
committed
1.4.11
1 parent f970fe2 commit f48380f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## 1.4.10 (May 2, 2024)
27
* fixed thread exception before first breakpoint
38
* fixed pause before first breakpoint on Linux

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "haxe-hl",
33
"displayName": "HashLink Debugger",
4-
"version": "1.4.10",
4+
"version": "1.4.11",
55
"publisher": "HaxeFoundation",
66
"license": "MIT",
77
"description": "Debugger for Haxe/HashLink applications",

0 commit comments

Comments
 (0)