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.