Skip to content

Commit

Permalink
1.4.24
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Nov 26, 2024
1 parent f8deba2 commit e95c591
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.4.24 (November 26, 2024)

* fixed launch error displayed twice
* added error message when bytecode has no debug info
* fixed eval error when variable reuse argument registers
* added comparison string/null
* fixed can't get fields for this warning when break in std
* added pointer hint display for funRepr, HAbstract
* added command @d @f for advanced debugging based on pointer
* fixed evalCall corrupting jit registers R10, R11
* fixed conditional breakpoint in small loop blocking the debugger

## 1.4.23 (October 14, 2024)

* fixed reg corruption when eval call fail early (e.g. unsupported arg)
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.23",
"version": "1.4.24",
"publisher": "HaxeFoundation",
"license": "MIT",
"description": "Debugger for Haxe/HashLink applications",
Expand Down

0 comments on commit e95c591

Please sign in to comment.