1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 22:35:43 +02:00
cdt/cmake/org.eclipse.cdt.cmake.is.core/.options
Martin Weber fc7e62940f Bug 559674: Migrating from a ILanguageSettingsProvider implementation to IIndexerInfoConsumer (1)
Change-Id: I0903f75c7cb4fbd4f3119ae22500b66b2f15794d
Signed-off-by: Martin Weber <fifteenknots505@gmail.com>
2020-05-14 14:33:02 -04:00

10 lines
570 B
Text

# Debugging options for the org.eclipse.cdt.cmake.is.core plugin.
# Trace total time for parsing compile_commands.json files
org.eclipse.cdt.cmake.is.core/debug/performance=false
# Trace compile_commands.json Parser tool detection participant lookup
org.eclipse.cdt.cmake.is.core/debug/participant=false
# Trace how compiler command-line arguments are detected and parsed
org.eclipse.cdt.cmake.is.core/debug/arglets=false
# Trace detected preprocessor symbols and include path entries as passed to the indexer
org.eclipse.cdt.cmake.is.core/debug/detected.entries=false