[jboss-svn-commits] JBL Code SVN: r32960 - 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:11:25 EDT 2010


Author: KrisVerlaenen
Date: 2010-05-19 10:11:25 -0400 (Wed, 19 May 2010)
New Revision: 32960

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 link to screencast

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 14:00:08 UTC (rev 32959)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-flow/src/main/docbook/en-US/Chapter-Debugging/Chapter-Debugging.xml	2010-05-19 14:11:25 UTC (rev 32960)
@@ -18,7 +18,10 @@
   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>
+  
+  <para>A screencast that shows processing debugging in action can be found
+  <ulink url="http://downloads.jboss.com/drools/videos/OrderExample.swf">here</ulink></para>
 
   <para>We use a simple example throughout this section to illustrate
   the debugging capabilities. The example will be introduced first,



More information about the jboss-svn-commits mailing list