You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2010/10/01 01:26:37 UTC

svn commit: r1003332 - /myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml

Author: matzew
Date: Thu Sep 30 23:26:37 2010
New Revision: 1003332

URL: http://svn.apache.org/viewvc?rev=1003332&view=rev
Log:
changed debug info

Modified:
    myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml?rev=1003332&r1=1003331&r2=1003332&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml Thu Sep 30 23:26:37 2010
@@ -128,7 +128,7 @@
 
   <profiles>
     <!-- To Debug using a remote debugger, issue
-	    "export MAVEN_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8000"
+	    "export MAVEN_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000"
 	    and then issue
 	    "mvn clean -PjettyConfig jetty:run"
 	    Then connect the remote debugger to localhost:8000 -->