Sublime Forum

Debugger support for scala

#1

Is there any plugin which provides debugging support for scala inside sublime? have looked at ensime it doesnt support debugging yet in sublime text and lsp plugin which supports scala debugging via dotty. But my project isnt compatible with dotty and am using sbt as build tool for my project?

Any ideas to setup a debugger / develop a custom plugin would also be sufficient.

0 Likes

#2

Nothing that I know of. ENSIME is really your best bet, but as you pointed out, they haven’t written a sublime frontend to their debug interface.

I will say though that I haven’t used a debugger for Scala in over 8 years, and I really don’t miss it. A plain text editor (like Sublime) has been ample even when tracking down extremely thorny bugs in complex codebases.

0 Likes