mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Don't enable debug option by default
This commit is contained in:
parent
6c5788f399
commit
bb71bcd2c2
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
org.eclipse.cdt.core/debug=true
|
org.eclipse.cdt.core/debug=false
|
||||||
|
|
||||||
# Reports model builder activity
|
# Reports model builder activity
|
||||||
org.eclipse.cdt.core/debug/model=false
|
org.eclipse.cdt.core/debug/model=false
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
org.eclipse.cdt.ui/debug=true
|
org.eclipse.cdt.ui/debug=false
|
||||||
|
|
||||||
# Reports contentAssist activity
|
# Reports contentAssist activity
|
||||||
org.eclipse.cdt.ui/debug/contentassist=false
|
org.eclipse.cdt.ui/debug/contentassist=false
|
||||||
|
|
Loading…
Add table
Reference in a new issue