Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-11-23 14:31:01 +0000
committerAndrey Loskutov2018-11-26 08:17:36 +0000
commitd6150b550054172100ad0095c14a8842169ffb95 (patch)
treecfe0ab7982ad30d208605a2115e460702407ea04
parent1ce496b91ef9bc8c91563099445eaf4525567119 (diff)
downloadeclipse.jdt.core-d6150b550054172100ad0095c14a8842169ffb95.tar.gz
eclipse.jdt.core-d6150b550054172100ad0095c14a8842169ffb95.tar.xz
eclipse.jdt.core-d6150b550054172100ad0095c14a8842169ffb95.zip
Bug 541504: Default for JDT core debug should be falseI20181127-0600I20181126-1800I20181126-0940I20181126-0600
Change-Id: Ic9c45dadcf720c54197d29878263d972ba19762b Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--org.eclipse.jdt.core/.options2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.core/.options b/org.eclipse.jdt.core/.options
index a90286e204..d558214448 100644
--- a/org.eclipse.jdt.core/.options
+++ b/org.eclipse.jdt.core/.options
@@ -1,5 +1,5 @@
# Turn on debug tracing for org.eclipse.jdt.core plugin
-org.eclipse.jdt.core/debug=true
+org.eclipse.jdt.core/debug=false
# Reports buffer manager activity
org.eclipse.jdt.core/debug/buffermanager=false

Back to the top