Author: jm
Date: 2011-11-17 10:55:13 -0800 (Thu, 17 Nov 2011)
New Revision: 27511

Modified:
   core3/gui-distribution/trunk/assembly/src/main/bin/cytoscape.bat
Log:
Changed cytoscape.bat so it will wait for a debugger when in debug mode


Modified: core3/gui-distribution/trunk/assembly/src/main/bin/cytoscape.bat
===================================================================
--- core3/gui-distribution/trunk/assembly/src/main/bin/cytoscape.bat    
2011-11-17 18:50:48 UTC (rev 27510)
+++ core3/gui-distribution/trunk/assembly/src/main/bin/cytoscape.bat    
2011-11-17 18:55:13 UTC (rev 27511)
@@ -5,7 +5,7 @@
 
 set JAVA_MAX_MEM=1550M
 
-set JAVA_DEBUG_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE 
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=%DEBUG_PORT%
+set JAVA_DEBUG_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE 
-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=%DEBUG_PORT%
 set KARAF_OPTS=-Xss10M -splash:CytoscapeSplashScreen.png
 
 goto :TryJRE

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to