Skip to content

Commit

Permalink
1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Mar 26, 2024
1 parent e5c8984 commit 38f145f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.4.5 (Mars 26, 2024)

* added inlined constructor variable support for haxe nightly build
* improved source line resolution when break by value watch
* improved eval when hovering haxe keywords
* fixed error message when failed to evaluate variable path
* improved eval access to abstract type
* added support for conditional breakpoint
* added debug context menu option show as hex/bin

## 1.4.4 (October 13, 2023)

* fixed dynobj support with hl 1.15
Expand Down
Binary file modified hldebug-wrapper/lib/win/hldebug.node
Binary file not shown.
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.4",
"version": "1.4.5",
"publisher": "HaxeFoundation",
"license": "MIT",
"description": "Debugger for Haxe/HashLink applications",
Expand Down

0 comments on commit 38f145f

Please sign in to comment.