From e95c591f5a4b7e8777c3679b1a738a8f5d33eec8 Mon Sep 17 00:00:00 2001 From: Yuxiao Mao Date: Tue, 26 Nov 2024 12:35:58 +0100 Subject: [PATCH] 1.4.24 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bf96e9..6f8e39a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index c934af1..e552433 100644 --- a/package.json +++ b/package.json @@ -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",