Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » indexer fails
indexer fails [message #785700] Sun, 29 January 2012 10:19 Go to next message
Franz Fehringer is currently offline Franz FehringerFriend
Messages: 91
Registered: July 2009
Member
Hi,

While working with CDT (Indigo release) on Linux the indexer told me he
could not parse all of the system includes.
Is there a way to get from the indexer the information which include
files he could not parse (in my case it were probably the TR1/C++0x ones)?

Thanks and best regards

Franz
Re: indexer fails [message #792031 is a reply to message #785700] Mon, 06 February 2012 14:30 Go to previous message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
Create a file containing

org.eclipse.cdt.core/debug=true
org.eclipse.cdt.core/debug/pdomtimings=true
org.eclipse.cdt.core/debug/indexer=true
org.eclipse.cdt.core/debug/parser=true
org.eclipse.cdt.core/debug/deltaprocessor=true
org.eclipse.cdt.core/debug/scanner=true
org.eclipse.cdt.core/debug/model=true
org.eclipse.cdt.core/debug/indexer/statistics=true
org.eclipse.cdt.core/debug/indexer/activity=true
org.eclipse.cdt.core/debug/indexer/problems=false

* Start eclipse with 'eclipse -debug <options file>'


Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Previous Topic:llvm/clang
Next Topic:CDT versus MS Visual C++
Goto Forum:
  


Current Time: Fri Apr 26 22:03:15 GMT 2024

Powered by FUDForum. Page generated in 0.02502 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top