- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Debugging Scala compiler
Fri, 2009-03-06, 13:06
Hello,
I have tried to debug the Scala compiler in IntelliJ Idea and got the following problem: in order to compile the compiler Idea needs compiler jars, but after that during the run, it sees no actual compiler sources from project (It sees no breakpoints in them), but the compiled classes from the compiler jar.
What IDE are you using for debugging Scala compiler?
Thank you in advance.
Sincerely,
Michael Shtelma
I have tried to debug the Scala compiler in IntelliJ Idea and got the following problem: in order to compile the compiler Idea needs compiler jars, but after that during the run, it sees no actual compiler sources from project (It sees no breakpoints in them), but the compiled classes from the compiler jar.
What IDE are you using for debugging Scala compiler?
Thank you in advance.
Sincerely,
Michael Shtelma