-
Notifications
You must be signed in to change notification settings - Fork 461
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
CMake Debugger does not display properties #3303
Comments
@Neumann-A What type of values are you expecting? I see the "Directories" dropdown in the screenshot. Is that not what you're looking for? Also, to ensure that this is tracked in the CMake debugger itself, can you post an issue here: https://gitlab.kitware.com/cmake/cmake? Thanks! |
I want to see the values of properties
No. I don't remember exactly what those showed but it was also just some normal variable names.
The question is if it is already implemented and just missing a request for it here. I read https://gitlab.kitware.com/cmake/cmake/-/issues/21510, https://gitlab.kitware.com/cmake/cmake/-/issues/21510#note_867714 and https://gitlab.kitware.com/cmake/cmake/-/issues/21510#note_1371272 and for me it seemed like that? See: I mean I could also be wrong with that and the support from the cmake side is missing. |
From the reading you linked to, I think you may be right. I'll confer with the team and assess whether any code fixes need to go into upstream or if it's simply modifications with the VS Code integration. Thanks for calling this out! |
Brief Issue Summary
Currently the CMake Debugger only seems to show variables and not properties associated with the current directory or global scope:
Note: using cmake-tools build from #3277 to attach to an external cmake debugging session.
(Could also be a CMake issue not passing the required info via DAP? But the CMake issues about the debugger seems to indicate that this is implemented?)
CMake Tools Diagnostics
No response
Debug Log
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: