News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

command line arguments

Started by zaphod2, July 10, 2005, 04:57:40 PM

Previous topic - Next topic

zaphod2

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.)

tiwag

Project->Set program's arguments...

Anonymous

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.