I have a scala project cloned from github.
I can run it using:
sbt 'path-to-module'/run
And it runs fine.
Now I want to debug it. How can it be done?Is there a similar sbt command for debug?
When I try to run/debug from Intellij's context menu for the object file containing main method(see image blow), I get message as:
Error: Could not find or load main class