Skip to content

Commit

Permalink
1.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed May 28, 2024
1 parent f970fe2 commit f48380f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.4.11 (May 28, 2024)
* added a pop-up when hl exit code 4 (debug port occupied)
* added comparison for pointer, int64, bool
* fixed step when leaving function on Linux

## 1.4.10 (May 2, 2024)
* fixed thread exception before first breakpoint
* fixed pause before first breakpoint on Linux
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f48380f

Please sign in to comment.