summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/eclipse/README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/eclipse/README.md b/src/eclipse/README.md
index d23e10ca1c..5311651db5 100644
--- a/src/eclipse/README.md
+++ b/src/eclipse/README.md
@@ -70,7 +70,12 @@ and Eclipse .classpath of the different projects isn’t updated accordingly. Th
the build path of each project and make sure the version of the declared dependencies is in sync with the version
declared in the `version.properties` file. If it isn’t, update it manually and, when done, don’t forget to share
your changes via a pull request.
-(We are aware this is manual process is cumbersome. If you feel like scripting this process, pull requests are of course welcome.)
+(We are aware this is cumbersome. If you feel like scripting the process, pull requests are of course welcome.)
+
+Launching & Debugging scalac
+============================
+
+Read [here](http://scala-ide.org/docs/tutorials/scalac-trunk/index.html#Launching_and_Debugging_scalac).
DETAILS
=======