Does CodeLLDB takes CMakePresets into account? #1277
Unanswered
artem-kamyshev
asked this question in
Q&A
Replies: 1 comment
-
No it doesn't. |
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.
-
I'm struggling with debugging my unit tests under VS Code.
I setup my environment via CMakePreset and it seems that it doesn't get applied as I get the following errors:
They seem really familliar, the program was not launched at all, 'cause it didn't find one of the dependencies, because the dependency was not in a PATH.
So does it take presets into account? If not what can I do?
Beta Was this translation helpful? Give feedback.
All reactions