[ddbg] Unable to find source files

Jascha Wetzel firstname at mainia.de
Mon Jun 4 09:33:03 PDT 2007


if you're using codeblocks, it happens rather frequently that CB messes 
up the linenumbers of breakpoints and issues them at some very high 
linenumber that doesn't exist.
if you find that the linenumber ddbg is complaining about doesn't exist, 
it's probably this problem.
else i'll need to reproduce this situation.
i haven't seen any problem concerning case of filenames, yet.

Bill Baxter wrote:
> I ran into a problem the other day where ddbg 0.8.1 was telling me that 
> it couldn't find line xxx of file yyy.  But it knew there was a file 
> yyy.  It listed it in the modules list.
> 
> Don't have time to narrow it down to a repro right now, but just wanted 
> to see if anyone else had seen this.  The source file in question was 
> called OptMesh.d and I was running the debugger from a \data directory 
> beneath that.  It was finding the other files fine, so my thought was 
> maybe there's a bug with mixed case filenames.  The files that were 
> working were all lowercase.  Maybe just a coincidence, though.
> 
> --bb


More information about the Digitalmars-d-debugger mailing list