Author Topic: Program arguments (when debugging)  (Read 5228 times)

Offline johne53

  • Regular
  • ***
  • Posts: 253
Program arguments (when debugging)
« 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?

Offline johne53

  • Regular
  • ***
  • Posts: 253
Re: Program arguments (when debugging)
« Reply #1 on: November 13, 2008, 09:14:12 am »
Please. somebody tell me this is possible....  :(

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Program arguments (when debugging)
« Reply #2 on: November 13, 2008, 09:54:46 am »
Try "Project -> Set programs' arguments..."

Offline johne53

  • Regular
  • ***
  • Posts: 253
Re: Program arguments (when debugging)
« Reply #3 on: November 13, 2008, 10:07:37 am »
Oops - I should have known it would be something obvious..!  :oops: