[jboss-cvs] JBossAS SVN: r62747 - branches/Branch_4_2/system/src/bin.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed May 2 13:43:36 EDT 2007
Author: dimitris at jboss.org
Date: 2007-05-02 13:43:36 -0400 (Wed, 02 May 2007)
New Revision: 62747
Modified:
branches/Branch_4_2/system/src/bin/run.conf
Log:
JBAS-4155, update the debugging options
Modified: branches/Branch_4_2/system/src/bin/run.conf
===================================================================
--- branches/Branch_4_2/system/src/bin/run.conf 2007-05-02 17:41:30 UTC (rev 62746)
+++ branches/Branch_4_2/system/src/bin/run.conf 2007-05-02 17:43:36 UTC (rev 62747)
@@ -44,8 +44,7 @@
fi
# Sample JPDA settings for remote socket debuging
-#JAVA_OPTS="$JAVA_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n"
+#JAVA_OPTS="$JAVA_OPTS -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n"
# Sample JPDA settings for shared memory debugging
-#JAVA_OPTS="$JAVA_OPTS -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_shmem,server=y,suspend=n,address=jboss"
-
+#JAVA_OPTS="$JAVA_OPTS -Xrunjdwp:transport=dt_shmem,server=y,suspend=n,address=jboss"
More information about the jboss-cvs-commits
mailing list