You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2005/08/15 10:24:49 UTC

svn commit: r232771 - /cocoon/blocks/profiler/trunk/WEB-INF/xconf/cocoon-profiler.xconf

Author: cziegeler
Date: Mon Aug 15 01:24:47 2005
New Revision: 232771

URL: http://svn.apache.org/viewcvs?rev=232771&view=rev
Log:
Add comment about remote debugger

Modified:
    cocoon/blocks/profiler/trunk/WEB-INF/xconf/cocoon-profiler.xconf

Modified: cocoon/blocks/profiler/trunk/WEB-INF/xconf/cocoon-profiler.xconf
URL: http://svn.apache.org/viewcvs/cocoon/blocks/profiler/trunk/WEB-INF/xconf/cocoon-profiler.xconf?rev=232771&r1=232770&r2=232771&view=diff
==============================================================================
--- cocoon/blocks/profiler/trunk/WEB-INF/xconf/cocoon-profiler.xconf (original)
+++ cocoon/blocks/profiler/trunk/WEB-INF/xconf/cocoon-profiler.xconf Mon Aug 15 01:24:47 2005
@@ -30,4 +30,8 @@
       +-->
   <profiler results="10"/>
 
+  <!-- To activate the remote debugger uncomment the following line:
+  <component role="org.apache.cocoon.sitemap.SitemapExecutor"
+             class="org.apache.cocoon.profiler.debugging.RemoteDebuggingSitemapExecutor"/>
+  -->
 </components>