Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Indexer problem
Indexer problem [message #207552] Sat, 05 January 2008 16:53 Go to next message
Eclipse UserFriend
Originally posted by: amir.abiri.org

Hello there,

Just recently installed CDT and it's awsome. Everything I could ask for
and more.

However I am having some issues with the indexer. I am working on the PHP
source and I have set the include paths correctly. I have changed the
indexer settings to be "Full Index" and "Index All Files" and by doing
this I have managed to eliminate most of its "misses".

However, I am still experiencing some problems with the indexer, and so I
was wondering how I can get more information about why it's failing. How
can increase verbosity or output to log files, etc of the indexing process
?
Re: Indexer problem [message #207561 is a reply to message #207552] Sun, 06 January 2008 20:00 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: chenal.naritech.cn

Amir Abiri 写道:
> Hello there,
>
> Just recently installed CDT and it's awsome. Everything I could ask for
> and more.
>
> However I am having some issues with the indexer. I am working on the
> PHP source and I have set the include paths correctly. I have changed
> the indexer settings to be "Full Index" and "Index All Files" and by
> doing this I have managed to eliminate most of its "misses".
>
> However, I am still experiencing some problems with the indexer, and so
> I was wondering how I can get more information about why it's failing.
> How can increase verbosity or output to log files, etc of the indexing
> process ?
>

I use Index -> Rebuild after .h files changed.
Re: Indexer problem [message #207570 is a reply to message #207561] Mon, 07 January 2008 02:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dmsubs.NOSPAM.consertum.com

Note that the indexer isn't perfect. From what I've seen elsewhere, it seems to
be about 95% accurate...

--
Derek


Allen Chen wrote:
> Amir Abiri 写道:
>> Hello there,
>>
>> Just recently installed CDT and it's awsome. Everything I could ask
>> for and more.
>>
>> However I am having some issues with the indexer. I am working on the
>> PHP source and I have set the include paths correctly. I have changed
>> the indexer settings to be "Full Index" and "Index All Files" and by
>> doing this I have managed to eliminate most of its "misses".
>>
>> However, I am still experiencing some problems with the indexer, and
>> so I was wondering how I can get more information about why it's
>> failing. How can increase verbosity or output to log files, etc of the
>> indexing process ?
>>
>
> I use Index -> Rebuild after .h files changed.
Re: Indexer problem [message #207657 is a reply to message #207552] Tue, 08 January 2008 11:14 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse.cieslok.de

Hi,

setting some debug options might help:

* 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>'

* Get some more verbose debug output

* If this does not work because my information was outdated, google for
the correct options

Regards,
Frank
Previous Topic:Build console input redirection to log file
Next Topic:Please simplify importing a C++ project from filesystem (external to workspace)
Goto Forum:
  


Current Time: Sun Nov 09 16:07:09 EST 2025

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

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

Back to the top