mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +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:
parent
95c65f0a9c
commit
e18311d2a2
1 changed files with 3 additions and 0 deletions
|
@ -8,3 +8,6 @@ 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
|
||||
|
|
Loading…
Add table
Reference in a new issue