Skip to content

Commit

Permalink
1.4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Jul 5, 2024
1 parent c6fe6d6 commit 1562128
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.4.18 (July 5, 2024)

* fixed multi captured variable
* fixed map value fetch when the size is around 128
* fixed inlined variable display when captured as args
* improved step on throw with try-catch handler

## 1.4.17 (July 1, 2024)

* added break only active process for multi-target debugging
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.17",
"version": "1.4.18",
"publisher": "HaxeFoundation",
"license": "MIT",
"description": "Debugger for Haxe/HashLink applications",
Expand Down

0 comments on commit 1562128

Please sign in to comment.