File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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" ,
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 },
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments