[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Problem with passing arguments in eclipse CDT

Hi all,
I have a program that has input arguments.
Under eclipse I must go to Run/Run configuration and in arguments tab I must define all arguments using button "variable" with their value.
Then when running configuration I'm getting problem:
No argument is passed to my program.


I tested my program in command line like this and all works fine:

$ ./test_param -a 2 -b 5 -c 7