Re: Error "No source file named"
Mahmood Naderan via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
>Try using the command "info sources" to see what GDB knows about >source file names of your program. And why don't you use just the >base name of the file, i.e. just "shader.cc"? OK I did that and see shader.h, so I wonder what does that mean? Why .cc is not included? How can I dig more? Regards, Mahmood