Author: fmeschbe
Date: Fri Sep 26 08:50:10 2008
New Revision: 699376
URL: http://svn.apache.org/viewvc?rev=699376&view=rev
Log:
SLING-678 Add commented property to enable the server-side
JavaScript debugger to the default sling.properties file.
Modified:
incubator/sling/trunk/launchpad/base/src/main/resources/sling.properties
Modified:
incubator/sling/trunk/launchpad/base/src/main/resources/sling.properties
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/base/src/main/resources/sling.properties?rev=699376&r1=699375&r2=699376&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/base/src/main/resources/sling.properties
(original)
+++ incubator/sling/trunk/launchpad/base/src/main/resources/sling.properties
Fri Sep 26 08:50:10 2008
@@ -65,6 +65,15 @@
org.apache.sling.commons.log.file.size = 10mb
# org.apache.sling.commons.log.url = URL to logger configuration file
+
+#
+# To enable the current server side debugging in the Rhino interpreter
+# set the org.apache.sling.scripting.javascript.debug property to true.
+# This will open a Swing window for Rhino JavaScript debugging on the
+# server platform. Not setting this property or setting it to anything
+# but true will disable this server-side debugger.
+# org.apache.sling.scripting.javascript.debug = false
+
# Logging configuration for the SCR (if installed)
ds.loglevel = ${org.apache.sling.commons.log.level}
@@ -163,4 +172,4 @@
org.osgi.util.xml; version=1.0, \
org.osgi.util.position; version=1.0, \
org.osgi.util.measurement; version=1.0
-
\ No newline at end of file
+