Skip to content

Commit 5d4f9bd

Browse files
dblnzmyadav27
authored andcommitted
devcontainer install gdb and vscode ext for debugging (#291)
Signed-off-by: Doru Blânzeanu <[email protected]> Signed-off-by: Manoj Kumar Yadav <[email protected]>
1 parent 3005ed5 commit 5d4f9bd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN apt-get update \
1414
build-essential \
1515
cmake \
1616
curl \
17+
gdb \
1718
git \
1819
gnupg \
1920
gnuplot \

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"customizations": {
2727
"vscode": {
2828
"extensions": [
29+
"ms-vscode.cpptools-extension-pack",
2930
"ms-vscode.cmake-tools",
3031
"rust-lang.rust-analyzer",
3132
"vadimcn.vscode-lldb"

0 commit comments

Comments
 (0)