1
0
Fork 0
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:
Anton Leherbauer 2010-02-17 12:19:15 +00:00
parent 6c5788f399
commit bb71bcd2c2
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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