-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Comments
To allow debugging Ada projects with GDB.
I'm fine with adding this similar to how we added 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) |
@WardenGnaw There's a PR at #10476 . |
No problem @WardenGnaw, we and the whole Ada community will help when needed! |
@AnthonyLeonardoGracio Your fix is available with 1.14.2 (pre-release): https://github.com/microsoft/vscode-cpptools/releases/tag/v1.14.2 . |
Thank you @sean-mcmanus ! I'll try that ASAP ;) |
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 anextensionPack
to allow users to easily debug their Ada code, with a very minimal JSON configuration.The text was updated successfully, but these errors were encountered: