summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-11-17 14:36:44 -0800
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-11-17 14:36:44 -0800
commita1da835da62114d76b165125a940bfb86c417716 (patch)
tree565e1981d65ba44dc4fb6097aee7a3f9331acb58
parentab77f2af52b41f70f161891be51d8737b9086d53 (diff)
parente99b5e360b5e76248027db78a4bb99cd3b468fc7 (diff)
downloadscala-a1da835da62114d76b165125a940bfb86c417716.tar.gz
scala-a1da835da62114d76b165125a940bfb86c417716.tar.bz2
scala-a1da835da62114d76b165125a940bfb86c417716.zip
Merge pull request #3145 from dotta/issue/update-eclipse-readme
Added information on how to launch and debug scalac inside Eclipse
-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
=======