2014-09-29 36 views
0

當我試圖訪問不包括在我的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. 

而不是得到這樣的錯誤消息,我想跳過缺少代碼,直到我有權訪問的代碼的下一行。

我該怎麼做?

回答

0

你可以試着用步驟過濾來做到這一點。

轉到Preferences -> Java -> Debug -> Step Filtering並檢查Use Step Filters。現在檢查和/或添加您想跳過的來源。

希望有所幫助。

+0

我需要調試一個C代碼......我想上面只適用於一個java代碼。 – oded 2014-09-29 13:20:50

+0

您是否嘗試添加'sensor_core。*'的過濾器? – timbernasley 2014-09-29 13:54:06

+0

是的,我做了..看起來與C無關.. – oded 2014-10-01 15:58:27