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

Add Ada to supported languages for debugging #10475

Closed
AnthonyLeonardoGracio opened this issue Feb 6, 2023 · 5 comments · Fixed by #10476
Closed

Add Ada to supported languages for debugging #10475

AnthonyLeonardoGracio opened this issue Feb 6, 2023 · 5 comments · Fixed by #10476
Assignees

Comments

@AnthonyLeonardoGracio
Copy link
Contributor

Feature Request

Hello everyone!

I suggest to add Ada to the list of supported languages for debugging. Ada is debuggable through GDB, and modifying the extension's package.json file to add Ada makes everything work out of the box.

This would be very useful for us since we are developing our own VS Code extension for Ada (https://github.com/AdaCore/ada_language_server): the idea would be to bind vscode-cpptools as an extensionPack to allow users to easily debug their Ada code, with a very minimal JSON configuration.

AnthonyLeonardoGracio added a commit to AnthonyLeonardoGracio/vscode-cpptools that referenced this issue Feb 6, 2023
To allow debugging Ada projects with GDB.
@WardenGnaw WardenGnaw self-assigned this Feb 6, 2023
@WardenGnaw
Copy link
Member

WardenGnaw commented Feb 6, 2023

I'm fine with adding this similar to how we added Rust in #9484

The caveat for Ada debugger users is that if there are any issues, we ask for the community to help investigate since this extension focuses on C/C++.

For example: #10358 (comment)

@sean-mcmanus
Copy link
Contributor

@WardenGnaw There's a PR at #10476 .

@AnthonyLeonardoGracio
Copy link
Contributor Author

No problem @WardenGnaw, we and the whole Ada community will help when needed!

sean-mcmanus pushed a commit that referenced this issue Feb 9, 2023
To allow debugging Ada projects with GDB.
@sean-mcmanus
Copy link
Contributor

@AnthonyLeonardoGracio Your fix is available with 1.14.2 (pre-release): https://github.com/microsoft/vscode-cpptools/releases/tag/v1.14.2 .

@AnthonyLeonardoGracio
Copy link
Contributor Author

Thank you @sean-mcmanus ! I'll try that ASAP ;)

@github-actions github-actions bot locked and limited conversation to collaborators Mar 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants