diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eda050..dfd4f5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.10 (May 2, 2024) +* fixed thread exception before first breakpoint +* fixed pause before first breakpoint on Linux + ## 1.4.9 (April 22, 2024) * fixed timeout/breakpoint/stop on Linux diff --git a/hldebug-wrapper/lib/linux/hldebug.node b/hldebug-wrapper/lib/linux/hldebug.node index af6506a..e4856d3 100644 Binary files a/hldebug-wrapper/lib/linux/hldebug.node and b/hldebug-wrapper/lib/linux/hldebug.node differ diff --git a/package.json b/package.json index 715d50e..f957e6b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "haxe-hl", "displayName": "HashLink Debugger", - "version": "1.4.9", + "version": "1.4.10", "publisher": "HaxeFoundation", "license": "MIT", "description": "Debugger for Haxe/HashLink applications",