CDT+Cygwinでのデバッグ

ソースが見つかりませんと言われる。
なんかcygwingdb絶対パスだか相対パスだかの問題らしい。


http://dev.eclipse.org/mhonarc/lists/cdt-dev/msg07446.html

If the full path has "/cygdrive/c" as a prefix, this could be the reason why
the source lookup doesn't find the source file. The workaround is to add the
"\cygdrive\c\" -> "c:\" mapping to the common source lookup list.


CDTのデバッグ起動構成のソース・ルックアップ・パスで以下のPath Mappingを追加するとソースは見つかった。うーん。。。

Compilation path=\cygdrive\c\
Local file system path=C:\