单步调试时出现Eclipse gdb错误

时间:2016-05-24 16:29:07

标签: c eclipse debugging gdb

我是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

0 个答案:

没有答案