release 0.2.4
This commit is contained in:
parent
516477f13d
commit
7696f66b2a
|
@ -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;
|
||||
|
||||
|
|
10
README.md
10
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;
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"debug"
|
||||
],
|
||||
"license": "mit",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4",
|
||||
"publisher": "KylinIDETeam",
|
||||
"icon": "images/native-debug.png",
|
||||
"engines": {
|
||||
|
|
Loading…
Reference in New Issue