I have a program that I've written that requires 2 command line arguments. I would like to debug it in the Codeblocks environment. How do I set the two arguments to be passed to the program?
CodeBlocks IDE
Collapse
X
-
Tags: None
-
I know that many of you are familiar with this program, and I'd really appreciate a reply. Thank you. -
I don't use CodeBlocks but I do use Visual Studio.NET and that tool has you set a project property in the project's properties debug section for command line arguments. You just type them in separated by spaces.
Maybe CodeBlocks is similar.Comment
Comment