1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Removed a few unused tracing options.

This commit is contained in:
Markus Schorn 2006-11-29 07:39:19 +00:00
parent 3c5cecbebd
commit 52522d53bf

View file

@ -12,18 +12,9 @@ org.eclipse.cdt.core/debug/parser/exceptions=false
# Reports scanner activity
org.eclipse.cdt.core/debug/scanner=false
# Reports background indexer activity: indexing, saving index file, index queries
org.eclipse.cdt.core/debug/indexmanager=false
# Reports search activity
org.eclipse.cdt.core/debug/search=false
# Reports encoded index entries
org.eclipse.cdt.core/debug/indexer=false
# Reports time taken for an index
org.eclipse.cdt.core/debug/indextimes=false
# Reports search matches
org.eclipse.cdt.core/debug/matchlocator=false
@ -33,9 +24,6 @@ org.eclipse.cdt.core/debug/deltaprocessor=false
# Reports file type resolver activity
org.eclipse.cdt.core/debug/typeresolver=false
# Reports file type resolver activity
org.eclipse.cdt.core/debug/typeresolver=false
# Reports timings for PDOM
org.eclipse.cdt.core/debug/pdomtimings=false