From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Ingham To: insight@sources.redhat.com Subject: Re: debugging a program that takes command line args Date: Mon, 13 Nov 2000 14:01:00 -0000 Message-id: <200011132201.OAA23290@scv2.apple.com> References: <973984454.30568.ezmlm@sources.redhat.com> X-SW-Source: 2000-q4/msg00202.html Adam, Go to the Target Settings panel (look under the File menu on the Source window). Set the target to "exec". Then you will get an "args" entry box in the target settings. Type your arguments in the Run window, and you are good to go. The non-gui way to do it, is to bring up the console window, and type (gdb) set args whatever Then run as normal. Hope this helps, Jim On Saturday, November 11, 2000, at 03:14 PM, insight-digest-help@sources.redhat.com wrote: > From: Adam Schuetze > Date: Sat Nov 11, 2000 03:15:00 PM US/Pacific > To: Insight Mailing List > Subject: debugging a program that takes command line args > > Hi all, > > I'd like to be able to use insight to debug programs that take > command line arguements, but I cannot discover how to do this. > > I have tried things like: > > gdb test_program arg1 arg2 arg3 > > but the args are ignored. > > How is this done? > > thanks, > > -- > Adam Schuetze > Get my pgp keys at http://www.adam-schuetze.org > > - pgp fingerprints - > rsa: B8 80 DA D6 BB CA 80 5F C5 68 1C 08 FE 3E 65 1C > dss: 46 CB B3 C3 A1 C9 BA 57 7C B4 A1 6A BF 8F 2D 95 2B 7A 1D 77