我是C的新手,在调试简单的文件IO代码片段时,Eclipse调试器(使用gdb)给出了以下错误:
Can't find a source file at "/build/buildd/eglibc-2.19/libio/iofgets.c"
Locate the file or edit the source lookup path to include its location.
调试器崩溃的行是
while (NULL!=fgets(line, SIZE, fp))
看起来调试器正在寻找文件夹build/buildd/.../libio/
中的fgets的源代码,但我并没有试图进入这一行,我踩过它。
我使用eclipse版本3.8和Ubuntu 14.04 LTS