1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00

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>
This commit is contained in:
Marc-Andre Laperle 2015-10-22 14:10:05 -04:00
parent 95c65f0a9c
commit e18311d2a2

View file

@ -8,3 +8,6 @@ org.eclipse.cdt.managedbuilder.core/debug/pathEntry=false
# Reports builder activity # Reports builder activity
org.eclipse.cdt.managedbuilder.core/debug/builder=false org.eclipse.cdt.managedbuilder.core/debug/builder=false
# Reports build model activity
org.eclipse.cdt.managedbuilder.core/debug/buildModel=false