Skip to content

feat: add alpine-gdb devcontainer feature#111

Merged
cirolosapio merged 1 commit intocirolosapio:mainfrom
penguin359:add-alpine-gdb-feature
Nov 10, 2025
Merged

feat: add alpine-gdb devcontainer feature#111
cirolosapio merged 1 commit intocirolosapio:mainfrom
penguin359:add-alpine-gdb-feature

Conversation

@penguin359
Copy link
Contributor

This allows VS Code extension ms-vscode.cpptools to debug inside of a
Devcontainer.

@penguin359 penguin359 force-pushed the add-alpine-gdb-feature branch from 7b7550f to 382fbba Compare November 7, 2025 11:47
This allows VS Code extension ms-vscode.cpptools to debug inside of a
Devcontainer.
@penguin359 penguin359 force-pushed the add-alpine-gdb-feature branch from 382fbba to 6c6157f Compare November 7, 2025 12:14
@cirolosapio cirolosapio requested a review from Copilot November 10, 2025 08:55
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a new devcontainer feature for installing GDB (GNU Debugger) on Alpine Linux systems.

  • Adds alpine-gdb feature that installs the gdb package using apk package manager
  • Follows the established pattern used by other alpine features in the repository
  • Includes proper documentation and metadata configuration

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
src/alpine-gdb/install.sh Shell script that installs gdb package on Alpine using apk
src/alpine-gdb/devcontainer-feature.json Feature metadata and configuration following standard format
src/alpine-gdb/README.md Auto-generated documentation with usage examples
README.md Adds alpine-gdb entry to main feature list in correct alphabetical position

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@cirolosapio cirolosapio changed the title feat: Add alpine-sshs devcontainer feature feat: add alpine-gdb devcontainer feature Nov 10, 2025
@cirolosapio cirolosapio merged commit 4367f11 into cirolosapio:main Nov 10, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants