Update of /cvsroot/openorb/tools/bin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7736/tools/bin
Modified Files:
launchdbg
Log Message:
Added documenttation of the new debug flag
Index: launchdbg
===================================================================
RCS file: /cvsroot/openorb/tools/bin/launchdbg,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- launchdbg 11 Aug 2004 11:02:46 -0000 1.10
+++ launchdbg 12 Aug 2004 12:59:58 -0000 1.11
@@ -83,6 +83,7 @@
#
# Launch the application
+# "-Dopenorb.debug.enabled=true" might be specified to enable performance critical debug output.
#
DEBUGGER="-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=$DEBUGGER_SUSPEND -Djava.compiler=NONE"
VM_ARGS="-Xbootclasspath/p:$BOOTCLASSPATH $DEBUGGER -Dopenorb.home.path=$TCOO_HOME -Dopenorb.debug.trace=DEBUG -Dopenorb.debug.level=HIGH"
|