ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is it not possible to supply run time arguments to ddd on the comman


From: Mgr. Šimon Tóth
Subject: Re: Is it not possible to supply run time arguments to ddd on the commandline when starting ddd?
Date: Tue, 01 Nov 2011 00:37:52 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1

Is it not possible to supply run time arguments to ddd on the
commandline when starting ddd? i.e.

ddd myprog arg1 arg2 arg3

How would that make any sense?

You need to specify the parameters when you are starting the program you are debugging not when you are starting the debugger.

(gdb) start arg1 arg2 arg3

or

(gdb) run arg1 arg2 arg3

--
Mgr. Simon Toth



reply via email to

[Prev in Thread] Current Thread [Next in Thread]