You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2005/09/25 04:05:04 UTC

svn commit: r291361 - /forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml

Author: thorsten
Date: Sat Sep 24 19:04:59 2005
New Revision: 291361

URL: http://svn.apache.org/viewcvs?rev=291361&view=rev
Log:
added information how to debug forrest java classes to the faq

Modified:
    forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml?rev=291361&r1=291360&r2=291361&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml Sat Sep 24 19:04:59 2005
@@ -87,6 +87,15 @@
           <code>ANT_OPTS=-Xmx500M</code> will probably work. </p>
       </answer>
     </faq>
+    <faq id="debug">
+      <question> How can I start forrest in debug mode? </question>
+      <answer>
+        <p> The <code>forrest.jvmargs</code> property in the <code>forrest.properties</code> file 
+          can be used to start forrest in debug mode on a specific port.
+          <code>forrest.jvmargs=-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n</code>
+        </p>
+      </answer>
+    </faq>
   </part>
   <part id="content_faqs">
     <title>Content Creation</title>