Author Topic: how to change debugging options?  (Read 2668 times)

Offline cbnewbie

  • Multiple posting newcomer
  • *
  • Posts: 25
how to change debugging options?
« on: December 16, 2011, 12:02:58 pm »
Hi,

when I want to debug a program for the first time a dialog appears where I can set parameters which will be passed on to the program. But after doing this once this dialog never starts up again. So, there is no way to change the parameters even if I have to. How can I invoke this dialog again before the debugger starts?

Thanks in advance!


Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: how to change debugging options?
« Reply #1 on: December 16, 2011, 12:30:34 pm »
I guess you look for "Project -> Set program's arguments..." .

Offline cbnewbie

  • Multiple posting newcomer
  • *
  • Posts: 25
Re: how to change debugging options?
« Reply #2 on: December 16, 2011, 12:32:31 pm »
Yes, thank you!