Replies: 0 comments 1 reply
-
I believe this question may be better answered by @sean-mcmanus and the cpp tools team regarding the debugger settings. We don't directly control that. I'll transfer to the cpptools extension. @sean-mcmanus Any ideas? |
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
-
My project have multiple targets, and a few of them will fork at some point in time, how do I configure CMake Tools to enable
"set follow-fork-mode child"
when${command:cmake.buildTargetName}
equals to the intended target I want to follow child process instead of parent process?Beta Was this translation helpful? Give feedback.
All reactions