0

I need to understand how Scala compiler works.

So I have cloned Scala git repository containing Scala compiler code What should be my next steps to debug compiler part of the code base?

1 Answer 1

4

Go to IDE setup part of doc. And you will see there links to per-IDE instructions. E.g. instructions for IDEA are pretty useful. After all steps you just need to create sandbox dir in project root, create your Test.scala class in sandbox And than run/debug

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.