[jboss-svn-commits] JBL Code SVN: r9717 - labs/jbossrules/trunk/documentation/manual/en/Chapter-IDE.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Feb 22 18:13:05 EST 2007


Author: KrisVerlaenen
Date: 2007-02-22 18:13:05 -0500 (Thu, 22 Feb 2007)
New Revision: 9717

Added:
   labs/jbossrules/trunk/documentation/manual/en/Chapter-IDE/debug.JPG
Modified:
   labs/jbossrules/trunk/documentation/manual/en/Chapter-IDE/Section-QuickStart.xml
   labs/jbossrules/trunk/documentation/manual/en/Chapter-IDE/debug_rules_configuration.JPG
Log:
updated IDE documentation with debug info

Modified: labs/jbossrules/trunk/documentation/manual/en/Chapter-IDE/Section-QuickStart.xml
===================================================================
--- labs/jbossrules/trunk/documentation/manual/en/Chapter-IDE/Section-QuickStart.xml	2007-02-22 21:58:04 UTC (rev 9716)
+++ labs/jbossrules/trunk/documentation/manual/en/Chapter-IDE/Section-QuickStart.xml	2007-02-22 23:13:05 UTC (rev 9717)
@@ -582,7 +582,7 @@
 
     <para>You can debug rules during the execution of your Drools application.
     You can add breakpoints in the consequences of your rules, and whenever
-    such a breakpoint is encounter during the execution of the rules, the execution
+    such a breakpoint is encounted during the execution of the rules, the execution
     is halted.  You can then inspect the variables known at that point and use any
     of the default debugging actions to decide what should happen next (step over,
     continue, etc.).  You can also use the debug views to inspect the content of the
@@ -621,7 +621,7 @@
         screenshot below)</para>
       </listitem>
       <listitem>
-        <para>Select the "Drools Application" item in the left tree and click the "New
+        <para>Select the "JBoss Rules Application" item in the left tree and click the "New
         launch configuration" button (leftmost icon in the toolbar above the tree).  This
         will create a new configuration and already fill in some of the properties
         (like the project and main class) based on main class you selected in the beginning.
@@ -640,13 +640,13 @@
    
     <mediaobject>
       <imageobject>
-        <imagedata fileref="debug_rules_configuration.jpg" />
+        <imagedata fileref="debug_rules_configuration.JPG" />
       </imageobject>
     </mediaobject>
 
    <para>You only have to define your debug configuration once.  The next time you try to run your
-   Drools application, you don't have to create a new one but select the one you defined
-   previously by selecting it in the tree on the left, as a sub-element of the "Drools Application"
+   JBoss Rules application, you don't have to create a new one but select the one you defined
+   previously by selecting it in the tree on the left, as a sub-element of the "JBoss Rules Application"
    tree node, and then click the Debug button.  The eclipse toolbar also contains shortcut
    buttons to quickly re-execute the one of your previous configurations (at least when the
    Java, Java Debug, or JBoss Rules perspective has been selected).
@@ -663,6 +663,12 @@
    is automatically shown).
    </para>
 
+    <mediaobject>
+      <imageobject>
+        <imagedata fileref="debug_rules_configuration.JPG" />
+      </imageobject>
+    </mediaobject>
+
   </section>
     
 </section>
\ No newline at end of file

Added: labs/jbossrules/trunk/documentation/manual/en/Chapter-IDE/debug.JPG
===================================================================
(Binary files differ)


Property changes on: labs/jbossrules/trunk/documentation/manual/en/Chapter-IDE/debug.JPG
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: labs/jbossrules/trunk/documentation/manual/en/Chapter-IDE/debug_rules_configuration.JPG
===================================================================
(Binary files differ)




More information about the jboss-svn-commits mailing list