How to view targets and their properties when debugging CMake configuration #3448
-
So far I'm really liking the new debug option introduced with CMake 3.27 that has been integrated into this extension as well. While looking for some background information on it, I also came across a blog post on how it is integrated in to Visual Studio (so not VS Code). Is this feature also available in VS Code and, if so, where should I be able to find the targets and their properties? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @itavero Thanks for reaching out! You are able to do the same in VS Code, see our blog post on using in VS Code Once you initiate a CMake debugging session, you should be able to see the state of your targets in the Variables pane in the debugger as shown in the GIF. |
Beta Was this translation helpful? Give feedback.
Hi @itavero Thanks for reaching out! You are able to do the same in VS Code, see our blog post on using in VS Code Once you initiate a CMake debugging session, you should be able to see the state of your targets in the Variables pane in the debugger as shown in the GIF.