release 0.2.5

This commit is contained in:
xuhong 2024-07-24 17:36:00 +08:00
parent e10b3a5fd6
commit 747c4af5f7
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
# 0.2.5
- feat: support stl variable, such as vector、deque、map、set、unordered_set、bitset and so on;
- feat: merge win32 gdb check from upstream github;
- fix other parse error, such as repeats [num] times variable, get() variable;
- add two unit tests.
# 0.2.4
- feat: fix get variable fail of static obj
- feat: fix parse variable fail of "No data fields" in QT

View File

@ -3,7 +3,7 @@
## What's New
- Fix can not input issue;
- Fix can not input issue in linux;
- Fix issues with viewing/setting registers;
- Fix issues with setting variable values;
- Add assembly debugging functionality;
@ -11,7 +11,7 @@
- Add logging message functionality;
- Fix issue with parsing two-dimensional arrays;
- Fix issue with parsing QT variable;
- Better support for c++;
- Better support for c++, such stl vector, set, etc.;
- Fix the breakpoint bug related to hit count
## [Issues](https://gitee.com/openkylin/native-debug/issues)

View File

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