Re: DDD looking for source file with IP address?
Andrew Gaylard <[email protected]>
| Newsgroups | gmane.comp.debugging.ddd.general |
|---|---|
| Message-ID | <[email protected]> |
mark_2811 wrote: >Hi, > >I've got a strange problem with DDD (v ). When a breakpoint gets hit, DDD pops up a dialog saying "DDD: No Source". It seems to be searching for a source file named "192.168.0.1" in the directory where my executable is located. I searched on google and couldn't find any other references to this issue, has anyone here seen it before? Why would it think my computer's IP address is the name of a source file?? > > Come on, Mark, give us some hints! What DDD version? What platform? What debugger? What language? How are you compiling it? Most "no source found" problems stem from forgetting to tell your compiler to compile with debugging symbols. Andrew