Could not find type system for language ada95 #1252
Unanswered
TamaMcGlinn
asked this question in
Q&A
Replies: 1 comment
-
Sorry, I don't know anything about debugging Ada with lldb. I suggest you find out how to do this with CLI lldb, the same solution should apply to codelldb. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
OS: Ubuntu 22.04 LTS
VSCode version: Eww no I use Neovim with vimspector
CodeLLDB version: 1.11.0
Compiler: gcc 10.3.1 20210520 (for GNAT Community 2021 20210519)
Debuggee: A simple commandline Ada program
When debugging an Ada program, the variables all say
<Unable to determine byte size.>
Entering commands into the console gives:
Similar issue to 965, which is for Swift.
How do we find out if Ada debug info is compatible with C++? Is there some easier way than modifying sbtarget.rs so that ada95 and C++ are swapped and recompiling? Maybe I can pass a different filetype manually?
Sidenote: Ada2005 and Ada2012 and Ada2022 can be added to the list, although I would imagine it's all backwards compatible so we should be able to just have "Ada".
Beta Was this translation helpful? Give feedback.
All reactions