Skip to content

Commit aaa61e6

Browse files
committed
Update to adapter 0.0.32 (bug fixes, stepping granularity)
Adds support for these features/bug fixes in the adapter: - A fix the newline handling for the UART - eclipse-cdt-cloud/cdt-gdb-adapter#318 - New feature of supporting stepping granularity - eclipse-cdt-cloud/cdt-gdb-adapter#309
1 parent ee38d1d commit aaa61e6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@
737737
},
738738
"dependencies": {
739739
"cdt-amalgamator": "^0.0.11",
740-
"cdt-gdb-adapter": "^0.0.31",
740+
"cdt-gdb-adapter": "^0.0.32",
741741
"react": "^17.0.2",
742742
"react-dom": "^17.0.2"
743743
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -604,10 +604,10 @@ cdt-amalgamator@^0.0.11:
604604
"@vscode/debugadapter-testsupport" "^1.59.0"
605605
"@vscode/debugprotocol" "^1.59.0"
606606

607-
cdt-gdb-adapter@^0.0.31:
608-
version "0.0.31"
609-
resolved "https://registry.yarnpkg.com/cdt-gdb-adapter/-/cdt-gdb-adapter-0.0.31.tgz#d9f73baa7775401c7d371cb53906cca2749f8774"
610-
integrity sha512-mgoh8sGwJhaFlO+5USiFjgoW84C2IlDiojaDKIBmt0Jn6EbcAU6edOk/KYFRH+NoeeWthP52P9QQq/V3S5cgzw==
607+
cdt-gdb-adapter@^0.0.32:
608+
version "0.0.32"
609+
resolved "https://registry.yarnpkg.com/cdt-gdb-adapter/-/cdt-gdb-adapter-0.0.32.tgz#46a52f9867dd4da4b65161a7f54c82586035953e"
610+
integrity sha512-BDR0AwvdZ2qBuiJbk3C0yKqEBIfm5BlODsQDHlu1+YhH3JxLrBsX0p5GHZakUfwVME0xl92QU3+vFxoQAHw4DA==
611611
dependencies:
612612
"@vscode/debugadapter" "^1.59.0"
613613
"@vscode/debugprotocol" "^1.59.0"

0 commit comments

Comments
 (0)