Re: command line arguments..
Fred Krogh <[email protected]>
| Newsgroups | gmane.comp.debugging.ddd.general |
|---|---|
| Organization | Math a la Carte |
| Message-ID | <[email protected]> |
[email protected] wrote: > > I am trying to debug a standalone Ansi C executable the requires 2 > command line arguments to run. I can’t seem to figure out how in > ddd to supply input arguments. I have worked around this by hard > coding values in the program to satisfy the input requirements. Is > there a way once you load your source code into ddd to provide some > kind of command line arg > The "Program" menu button, then the "Run" button, the put in your arguments where indicated. Fred