Author: ogrisel
Date: Thu Apr  7 12:15:53 2011
New Revision: 1089848

URL: http://svn.apache.org/viewvc?rev=1089848&view=rev
Log:
Add eclipse debugging instructions in the README.md

Modified:
    incubator/stanbol/trunk/README.md

Modified: incubator/stanbol/trunk/README.md
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/README.md?rev=1089848&r1=1089847&r2=1089848&view=diff
==============================================================================
--- incubator/stanbol/trunk/README.md (original)
+++ incubator/stanbol/trunk/README.md Thu Apr  7 12:15:53 2011
@@ -71,6 +71,18 @@ You can then apply the formatter to a se
 by pressing `Shift+Ctrl+F`.
 
 
+## Debugging a Stanbol instance from Eclipse
+
+To debug a locally running Stanbol instance from eclipse, run the stanbol
+launcher with::
+
+    java -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n 
\
+         -jar org.apache.stanbol.some.launcher.0.9-SNAPSHOT.jar -p 8080
+
+In eclipse, you can then create a new "Debug Configuration" with type "Remote
+Java Application" and connect it to localhost on port 8787.
+
+
 ## Useful links
 
   - Documentation will be published and mailing lists info on [the official


Reply via email to