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

[feature:] Add gdb to codespaces #775

Open
kellijohnson-NOAA opened this issue Mar 25, 2025 · 1 comment · Fixed by #779
Open

[feature:] Add gdb to codespaces #775

kellijohnson-NOAA opened this issue Mar 25, 2025 · 1 comment · Fixed by #779
Assignees
Labels
attribute: low hanging 🍎 Easy to knock off in less than 1 day kind: feature New feature or request kind: refactor Restructure code to improve the implementation of FIMS P3 low priority task theme: code cleanup

Comments

@kellijohnson-NOAA
Copy link
Contributor

Describe the situation that led to the request and a solution

It would be nice to have gdb pre installed on codespaces to increase the ease of using it. Especially, given that code spaces is a linux machine, which facilitates the use of gdb. This issue does not currently have anyone assigned. Please sign up for it by assigning yourself to the issue if you think that you know how to edit the container file or feel that instructions from a Google Search would be enough to get you to the finish line 🏁!

Alternative solutions

Provide instructions for users of code spaces regarding how to install it

sudo apt-get update
sudo apt-get install gdb

or at least I think that is what @Bai-Li-NOAA used in our last Code Club to install it.

Statistical validity

No response

Additional context

No response

@kellijohnson-NOAA kellijohnson-NOAA added attribute: low hanging 🍎 Easy to knock off in less than 1 day kind: feature New feature or request kind: refactor Restructure code to improve the implementation of FIMS P3 low priority task theme: code cleanup labels Mar 25, 2025
@k-doering-NOAA k-doering-NOAA self-assigned this Mar 25, 2025
@k-doering-NOAA
Copy link
Member

This is already done in the case studies one, so I'll just copy it in and put in a PR: https://github.com/NOAA-FIMS/case-studies/blob/main/.devcontainer/devcontainer.json#L13

This was referenced Mar 25, 2025
@kellijohnson-NOAA kellijohnson-NOAA linked a pull request Mar 26, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
attribute: low hanging 🍎 Easy to knock off in less than 1 day kind: feature New feature or request kind: refactor Restructure code to improve the implementation of FIMS P3 low priority task theme: code cleanup
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants