Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

debug scala code in intellij?

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!

like image 555
jerry Avatar asked Dec 15 '22 19:12

jerry


1 Answers

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

like image 195
Enrique Avatar answered Jan 01 '23 08:01

Enrique