Install "gdb" binary
"features": {
"ghcr.io/devcontainer-community/devcontainer-features/sourceware.org-gdb:1": {}
}The GNU Debugger allows you to see what is going on inside another program while it executes, or what it was doing at the moment it crashed. GDB supports debugging of C, C++, and many other languages.
Installed via the system APT package manager (apt-get install gdb).
No additional notes.
Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.