How to debug command-line parameters in Visual Studio

Asked 2 years ago, Updated 2 years ago, 116 views

I'm making a command line application with BIS C++ I can't find a way to debug it because I got an argument from the command line no matter how much I look for it

I'm just using exe file to run it, but it's so hard Help me

visual-studio c++ debugging command-line

2022-09-21 14:18

1 Answers

VS. If you're writing 2008, 2010, 2012, or 2013, Project right-click - properties - Debugging contains a window for command line arguments


2022-09-21 14:18

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.