Eclipse - 在调试器中跳过缺少的源代码

时间:2014-09-29 11:17:09

标签: eclipse debugging elf

当我试图访问某些未包含在我的ELF文件中的代码时 - 例如 - 踩到某个外部函数,我收到以下错误消息:

Can't find a source file at "sensor_core/phy/sensor_phy.c" 
Locate the file or edit the source lookup path to include its location.

我没有收到此类错误消息,而是希望跳过丢失的代码,直到我有权访问的代码的下一行。

我该怎么做?

1 个答案:

答案 0 :(得分:0)

您可以尝试使用步骤过滤。

转到Preferences -> Java -> Debug -> Step Filtering并查看Use Step Filters。现在检查和/或添加您要跳过的来源。

希望有所帮助。