| Author |
Providing Programme Arguments to DDD
|
|
|
| Hello. I'm trying to debug a programme which takes 4 arguments at
execution (this I have verified by outputting all argv in C to my
screen). How do I go about providing DDD with these arguments?
Kind Regards,
Matt
| |
| Jens Thoms Toerring 2007-07-24, 7:08 pm |
| Matt <mattb95@hotmail.com> wrote:
> Hello. I'm trying to debug a programme which takes 4 arguments at
> execution (this I have verified by outputting all argv in C to my
> screen). How do I go about providing DDD with these arguments?
From the "Program" tab select the "Run" menu entry. This opens
up a box where you can set the command line arguments to pass
to the program.
Regards, Jens
--
\ Jens Thoms Toerring ___ jt@toerring.de
\__________________________ http://toerring.de
| |
|
| > From the "Program" tab select the "Run" menu entry. This opens
> up a box where you can set the command line arguments to pass
> to the program.
> Regards, Jens
Cheers.
|
|
|
|