Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mount workspace in devcontainer #9

Merged
merged 2 commits into from
Nov 13, 2023
Merged

Mount workspace in devcontainer #9

merged 2 commits into from
Nov 13, 2023

Conversation

abeltrano
Copy link
Contributor

This pull request adds new files to the dev container configuration, allowing for easier debugging and development of the project within the dev container. The most important changes include adding a new compose file to the dev container configuration which extends the existing one which specify a bind mount for the workspace, and adds the ptrace capabiliyt to allow C++ debugging through the container.

  • .devcontainer/devcontainer.json: Added a new compose file to the dev container configuration, allowing for its use when spinning up the dev container.
  • .devcontainer/compose-devcontainer.yaml: Extended the (netremote-dev and netremote-dev-hostapd) services allowing for easier debugging and development of the project within the dev container by mounting the workspace and enabling ptrace-based debugging. (<a href="diffhunk://#diff-e8e321d4e793ba296af7abd83c8c3550647b7396a149fd75278a8d8cfb69b1d7R1-R22">.devcontainer/compose-devcontainer.yamlR1-R22</a>)

@abeltrano abeltrano merged commit 131544c into develop Nov 13, 2023
2 checks passed
@abeltrano abeltrano deleted the devcontainerupdate branch November 13, 2023 03:06
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.

1 participant