Author Topic: command line arguments  (Read 5347 times)

zaphod2

  • Guest
command line arguments
« on: July 10, 2005, 04:57:40 pm »
I've just tried out this IDE, and it's quite good except some minor feature problems.

One of them is that I couldn't pass command line arguments to the debugged program. (I think this is the --args option in gdb.) I tried to simulate this with writing the arguments after the exe's name, but it didn't work. The IDE changed it, of course. So how can I do this? (Without this feature I couldn't use the IDE.)

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
command line arguments
« Reply #1 on: July 10, 2005, 05:21:38 pm »
Project->Set program's arguments...

Anonymous

  • Guest
command line arguments
« Reply #2 on: July 10, 2005, 05:31:40 pm »
Thank you. That works.
(Not "Set program's arguments...", instead "Set execution parameters...")

Somehow it escaped my notice. I think it would be good idea to put somewhere in the target properties window.