[jboss-svn-commits] JBL Code SVN: r32959 - labs/jbossrules/trunk/drools-docs/drools-docs-flow/src/main/docbook/en-US/Chapter-Debugging.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed May 19 10:00:08 EDT 2010


Author: KrisVerlaenen
Date: 2010-05-19 10:00:08 -0400 (Wed, 19 May 2010)
New Revision: 32959

Modified:
   labs/jbossrules/trunk/drools-docs/drools-docs-flow/src/main/docbook/en-US/Chapter-Debugging/Chapter-Debugging.xml
Log:
JBRULES-2467: Flow User Guide needs to say how to set a breakpoint
 - added section that describes node breakpoints are not supported


Modified: labs/jbossrules/trunk/drools-docs/drools-docs-flow/src/main/docbook/en-US/Chapter-Debugging/Chapter-Debugging.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-flow/src/main/docbook/en-US/Chapter-Debugging/Chapter-Debugging.xml	2010-05-19 13:38:01 UTC (rev 32958)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-flow/src/main/docbook/en-US/Chapter-Debugging/Chapter-Debugging.xml	2010-05-19 14:00:08 UTC (rev 32959)
@@ -11,10 +11,18 @@
 
   <para>This section describes how to debug processes.  This means
   that the current state of your running processes can be inspected
-  and visualized during the execution.  We use a simple example
-  throughout this section to illustrate the debugging capabilities.
-  The example will be introduced first, followed by an illustration
-  on how to use the debugging capabilities.
+  and visualized during the execution.  Note that we currently don't
+  allow you to put breakpoints on the nodes within a RuleFlow directly.
+  You can however put breakpoints inside rules (that could be evaluated
+  in the context of a process if you use a ruleset node), or on any
+  Java code you might have (i.e. your application code that is invoking
+  the engine or invoked by the engine, listeners, etc.).  At these
+  breakpoints, you can then inspect the internal state of your processes.
+  </para>
+
+  <para>We use a simple example throughout this section to illustrate
+  the debugging capabilities. The example will be introduced first,
+  followed by an illustration on how to use the debugging capabilities.
   </para>
 
   <section>



More information about the jboss-svn-commits mailing list