release 0.2.4

This commit is contained in:
xuhong 2024-07-01 09:18:52 +08:00
parent 516477f13d
commit 7696f66b2a
3 changed files with 14 additions and 5 deletions

View File

@ -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;

View File

@ -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;

View File

@ -14,7 +14,7 @@
"debug"
],
"license": "mit",
"version": "0.2.3",
"version": "0.2.4",
"publisher": "KylinIDETeam",
"icon": "images/native-debug.png",
"engines": {