Replies: 1 comment 1 reply
-
Below is my launch.json. Are there other settings which influence this ? Maybe in the cmake tools or somewhere ?
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created a launch.json, and VS Code uses it when I start debugging via the "Run and debug" tab, there I can select the configuration I want and it is used properly.
But when I start debugging via the debug button in the bottom status bar, or via the "Debug" entry in the context menu of a target in the cmake tab, this launch configuration is not used. I tried setting the working debug configuration via a "default" entry, but this also didn't work.
How can I make this work ?
Beta Was this translation helpful? Give feedback.
All reactions