4

I just join a team heavily using scala. We use intellij CE with scala plugin.

So far everything seems to work except the debugger.

Does anyone know about how to setup debugger for scala in intellij? Is there any good on-line resource for it?

Thanks!

jerry
  • 355
  • 1
  • 6
  • 13

1 Answers1

12

It depends if it's a desktop or a web app, anyway this thread should be useful for you: Debugging Scala code with simple-build-tool (sbt) and IntelliJ

Community
  • 1
  • 1
Enrique
  • 168
  • 1
  • 6
  • it does not work for me: http://stackoverflow.com/questions/16337745/intellij-idea-debug-jumps-inside-instead-of-going-over – ses May 03 '13 at 00:50