Skip to content

Commit bc9631b

Browse files
committed
Update to cdt-gdb-adapter v1.0.6
- [Hardware/Software Breakpoint Modes](eclipse-cdt-cloud/cdt-gdb-adapter#350) - [Fixes step out to always step out of top frame](eclipse-cdt-cloud/cdt-gdb-adapter#353)
1 parent 7da4d01 commit bc9631b

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 2.0.2
4+
- Update to cdt-gdb-adapter v1.0.6
5+
- [Hardware/Software Breakpoint Modes](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/350)
6+
- [Fixes step out to always step out of top frame](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/353)
7+
38
## 2.0.1
49
- Update to cdt-gdb-adapter v1.0.4
510
- [Add supportsEvaluateForHovers](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/347)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdt-gdb-vscode",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"displayName": "CDT GDB Debug Adapter Extension",
55
"description": "CDT GDB debug adapter extension for Visual Studio Code",
66
"publisher": "eclipse-cdt",
@@ -746,7 +746,7 @@
746746
},
747747
"dependencies": {
748748
"cdt-amalgamator": "^0.0.11",
749-
"cdt-gdb-adapter": "^1.0.4",
749+
"cdt-gdb-adapter": "^1.0.6",
750750
"react": "^17.0.2",
751751
"react-dom": "^17.0.2"
752752
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -832,10 +832,10 @@ cdt-amalgamator@^0.0.11:
832832
"@vscode/debugadapter-testsupport" "^1.59.0"
833833
"@vscode/debugprotocol" "^1.59.0"
834834

835-
cdt-gdb-adapter@^1.0.4:
836-
version "1.0.4"
837-
resolved "https://registry.yarnpkg.com/cdt-gdb-adapter/-/cdt-gdb-adapter-1.0.4.tgz#f1d9d5a2479e536007bec24f9d66e03806f5c0e7"
838-
integrity sha512-oABX1bY7HArgqONq/Sf8Gltku3glpj/93TfF4zP6jULWJNZGZ3F0AH+HB8TpXFYFRFQc1101xrf0WHcipeMtdg==
835+
cdt-gdb-adapter@^1.0.6:
836+
version "1.0.6"
837+
resolved "https://registry.yarnpkg.com/cdt-gdb-adapter/-/cdt-gdb-adapter-1.0.6.tgz#1dac4ff4cb5836f157481f523c1e7ea133a096f0"
838+
integrity sha512-XUL7RRWlngHno9MkB43/sO+Q3wygkf6Wv70YhAw26D+SGAiGpa7fpARdnonQHVfBHQD2TAG7dePb0t5nmA6LvQ==
839839
dependencies:
840840
"@vscode/debugadapter" "^1.68.0"
841841
"@vscode/debugprotocol" "^1.68.0"

0 commit comments

Comments
 (0)