1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-30 21:55:31 +02:00
cdt/build/org.eclipse.cdt.managedbuilder.core/.options
Marc-Andre Laperle e18311d2a2 Add missing buildModel tracing option
managedbuilder.core was already calling getDebugOption with this key
but it was not exposed in the launch configutation.

Change-Id: Ib9e983ea9240bf6d911b2e2b94fc5929d91bcea1
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2015-10-22 15:24:47 -04:00

13 lines
430 B
Text

org.eclipse.cdt.managedbuilder.core/debug=true
# Reports path entry container initialization
org.eclipse.cdt.managedbuilder.core/debug/pathEntryInit=false
# Reports path entry container activity
org.eclipse.cdt.managedbuilder.core/debug/pathEntry=false
# Reports builder activity
org.eclipse.cdt.managedbuilder.core/debug/builder=false
# Reports build model activity
org.eclipse.cdt.managedbuilder.core/debug/buildModel=false