public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* debugging a program that takes command line args
@ 2000-11-11 15:14 Adam Schuetze
  0 siblings, 0 replies; 2+ messages in thread
From: Adam Schuetze @ 2000-11-11 15:14 UTC (permalink / raw)
  To: Insight Mailing List

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 <adam@adam-schuetze.org> 
        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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: debugging a program that takes command line args
       [not found] <973984454.30568.ezmlm@sources.redhat.com>
@ 2000-11-13 14:01 ` Jim Ingham
  0 siblings, 0 replies; 2+ messages in thread
From: Jim Ingham @ 2000-11-13 14:01 UTC (permalink / raw)
  To: insight

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 <adam@adam-schuetze.org>
> Date: Sat Nov 11, 2000  03:15:00 PM US/Pacific
> To: Insight Mailing List <insight@sourceware.cygnus.com>
> 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 <adam@adam-schuetze.org> 
>         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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-11-13 14:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-11 15:14 debugging a program that takes command line args Adam Schuetze
     [not found] <973984454.30568.ezmlm@sources.redhat.com>
2000-11-13 14:01 ` Jim Ingham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).