Replies: 1 comment
-
One way to do this, and it may be the most supported and suggested way, is to create a launch.json. Then, you can select that in the debug pane dropdown, then in the top bar of VS Code, select "Run" -> "Run Without Debugging". |
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
-
I am starting to use CMake tools, while developpins applications taking command line arguments.
I would like to run them without debugger (CMake Tools recognizes this is an important use case, as "Run Without Debugging" receives as much screen space as "Debug" in the different views), but I am not sure how to do it while providing command line arguments?
I found this issue, now closed, which concludes the discussion with a now-dead link.
What is the current status for this feature?
Beta Was this translation helpful? Give feedback.
All reactions