简体   繁体   中英

Are ther any setup features which disable the CDT C/C==Search in Eclipse (Neon3 4.6.3)

I have an existing C/C++ project which i am debugging using Eclipse Neon3 (4.6.3) with C/C++ CDT. I am trying to locate where a particular type is declared and defined. I am using the Search->C/C++ dialog. If I search for the string "GtkAction" with the following parameters:

Search For: Any Element Limit To: All Occurrences Scope: Working set: Set to my src folder in the project with all subdirectories selected

This returns Occurrences of 'GtkAction" in working set - (0 matches) in the Search Panel

'GtkAction ' is present with 20 occurrences in one file alone within the scope defined in the working set.

I have tried searching for several other strings (function names, variable names) where I know the string is present in a file within the scope and again get no matches.

I have followed the instructions in the documentation for performing this search but cannot see where my problem is.

Can anyone suggest where I might start to look for problems?

解决了我自己的问题,重新启动并重新启动了clipse,导致我问题的任何原因都消失了,搜索现在可以正常工作

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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