Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: johne53 on November 12, 2008, 05:51:24 pm
-
Suppose I've built a project using C::B and I now want to debug it. The program requires some runtime command-line parameters (say, myprog -d -x -nsome_parameter_name). When debugging in the C::B IDE how do I pass these parameters as arguments to my program, so that it will get launched with the correct setup parameters?
-
Please. somebody tell me this is possible.... :(
-
Try "Project -> Set programs' arguments..."
-
Oops - I should have known it would be something obvious..! :oops: