From f5bc26b45fd713b10dd89f89f806512885872553 Mon Sep 17 00:00:00 2001 From: Hubert Plociniczak Date: Thu, 22 Jul 2010 10:45:42 +0000 Subject: Allow for overriding the debugIDE val (requeste... Allow for overriding the debugIDE val (requested for ENSIME). No review. --- src/compiler/scala/tools/nsc/interactive/Global.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/scala/tools/nsc/interactive/Global.scala b/src/compiler/scala/tools/nsc/interactive/Global.scala index cb2f4a0340..de0d6ade13 100644 --- a/src/compiler/scala/tools/nsc/interactive/Global.scala +++ b/src/compiler/scala/tools/nsc/interactive/Global.scala @@ -24,7 +24,7 @@ self => import definitions._ - final val debugIDE = false + val debugIDE = false override def onlyPresentation = true -- cgit v1.2.3