From 7696f66b2ac79fd340dd07420ea1a12d535ce47e Mon Sep 17 00:00:00 2001 From: xuhong Date: Mon, 1 Jul 2024 09:18:52 +0800 Subject: [PATCH] release 0.2.4 --- CHANGELOG.md | 7 +++++++ README.md | 10 ++++++---- package.json | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcf427c..2337374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.2.4 +- feat: fix get variable fail of static obj +- feat: fix parse variable fail of "No data fields" in QT +- feat: ignore "data-evaluate-expression" and "No symbol" error +- feat: fix get vector and tuple variable fail issue +- feat: fix get variable in main stack + # 0.2.3 - feat: set the default input and output of the program to the IDE's terminal; diff --git a/README.md b/README.md index 1103431..db59c86 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,12 @@ - This modified extension is mainly used for GDB debug, we did little test on LLDB. ## What's New -- Fixed issues with viewing/setting registers; -- Fixed issues with setting variable values; -- Added assembly debugging functionality; -- Added reverse debugging interface buttons; + +- Fix can not input issue; +- Fix issues with viewing/setting registers; +- Fix issues with setting variable values; +- Add assembly debugging functionality; +- Add reverse debugging interface buttons; - Add logging message functionality; - Fix issue with parsing two-dimensional arrays; - Fix issue with parsing QT variable; diff --git a/package.json b/package.json index 9459f66..8432280 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "debug" ], "license": "mit", - "version": "0.2.3", + "version": "0.2.4", "publisher": "KylinIDETeam", "icon": "images/native-debug.png", "engines": {