简体   繁体   English

Eclipse调试器缺少源文件C ++

[英]Eclipse Debugger missing source file c++

I'm running into the following error when I attempt to walk through the debugger. 尝试遍历调试器时遇到以下错误。

Can't find a source file at "../../../../src/gcc-4.7.1/libgcc/unwind-sjlj.c" Locate the file or edit the source lookup path to include its location. 在“ ../../../../src/gcc-4.7.1/libgcc/unwind-sjlj.c”中找不到源文件。找到该文件或编辑源查找路径以包含其位置。

I am using the MINGW64 compiler. 我正在使用MINGW64编译器。

I have tried locating the file, I have tried most of the proposed solutions on other similar questions, but I haven't been able to find something too close to it. 我尝试查找文件,对其他类似问题也尝试了大多数建议的解决方案,但是我找不到与之接近的东西。

解决方案是为遇到这种情况的任何人重新安装MINIGW。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM