[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: is not a core dump
From: |
ron flory |
Subject: |
Re: is not a core dump |
Date: |
Mon, 14 May 2007 07:23:14 -0500 |
User-agent: |
Thunderbird 1.5.0.10 (Windows/20070221) |
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