mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 22:35:43 +02:00

Change-Id: I0903f75c7cb4fbd4f3119ae22500b66b2f15794d Signed-off-by: Martin Weber <fifteenknots505@gmail.com>
10 lines
570 B
Text
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
|