Re: is not a core dump
ron flory <[email protected]>
| Newsgroups | gmane.comp.debugging.ddd.general |
|---|---|
| Message-ID | <[email protected]> |
FARRUKH RAZA wrote: > HI! > > when i run the command to dubugg test3.tcl ddd ns test3.tcl i > get the following error message > > "/home/farrukh/test3.tcl" is not a core dump; file format not > recognized (gdb) test3.tcl really isn't a core dump... ;) In my experience supplying commandline arguments to programs being debugged with ddd does not work as one would expect. try: ddd ns Then use the ddd pulldowns: Program -> Run which prompts for arguments. Specify "test3.tcl" and see if this works any better. ron