You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by pr...@apache.org on 2013/07/04 03:58:08 UTC

svn commit: r1499618 - /incubator/vxquery/trunk/vxquery/src/site/apt/development_eclipse_setup.apt

Author: prestonc
Date: Thu Jul  4 01:58:08 2013
New Revision: 1499618

URL: http://svn.apache.org/r1499618
Log:
Added a note about the settings in eclipse for debugging.

Modified:
    incubator/vxquery/trunk/vxquery/src/site/apt/development_eclipse_setup.apt

Modified: incubator/vxquery/trunk/vxquery/src/site/apt/development_eclipse_setup.apt
URL: http://svn.apache.org/viewvc/incubator/vxquery/trunk/vxquery/src/site/apt/development_eclipse_setup.apt?rev=1499618&r1=1499617&r2=1499618&view=diff
==============================================================================
--- incubator/vxquery/trunk/vxquery/src/site/apt/development_eclipse_setup.apt (original)
+++ incubator/vxquery/trunk/vxquery/src/site/apt/development_eclipse_setup.apt Thu Jul  4 01:58:08 2013
@@ -93,6 +93,13 @@ $ cd ../..
   
   Realize you may need to update the address for your system. More details can be found at 
   {{{http://www.ibm.com/developerworks/opensource/library/os-eclipse-javadebug/index.html}IBM}}
+  
+  In eclipse create a debug configuration for VXQuery using Java remote application settings. The default
+  setting will most likely work out of the box. To show all the source code for debugging, add all the 
+  source code for the eclipse workspace.
+
+  To begin the debug process, execute the command below. In eclipse select the new debug configuration
+  to start the eclipse debugger.
 
 ----------------------------------------
 JAVA_OPTS="-Xmx1024m -Xdebug -Xrunjdwp:transport=dt_socket,address=127.0.0.1:8000,server=y,suspend=y" sh vxquery-cli/target/appassembler/bin/vxq ../test.xq -showoet