summaryrefslogtreecommitdiff
path: root/src/eclipse/README.md
diff options
context:
space:
mode:
authorMirco Dotta <mirco.dotta@typesafe.com>2013-11-15 09:45:23 +0100
committerMirco Dotta <mirco.dotta@typesafe.com>2013-11-15 09:47:07 +0100
commite99b5e360b5e76248027db78a4bb99cd3b468fc7 (patch)
tree565e1981d65ba44dc4fb6097aee7a3f9331acb58 /src/eclipse/README.md
parentab77f2af52b41f70f161891be51d8737b9086d53 (diff)
downloadscala-e99b5e360b5e76248027db78a4bb99cd3b468fc7.tar.gz
scala-e99b5e360b5e76248027db78a4bb99cd3b468fc7.tar.bz2
scala-e99b5e360b5e76248027db78a4bb99cd3b468fc7.zip
Added information on how to launch and debug scalac inside Eclipse
Diffstat (limited to 'src/eclipse/README.md')
-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
=======