debugging - IntelliJ: breakpoints in Scala tests won't get hit -
i'm trying debug test in scala project.
intellij runs tests successfully, breakpoints in tests never hit.
the breakpoints inside tested classes hit during test, assume problem scalatest.
as can see on screenshot, breakpoints set in various places in tests, intellij won't recognize them, , finishes debugging.
is there way make intellij hit breakpoints in scala tests?
upd1:
i not run tests sbt, run them scala intellij plugin, this:


Comments
Post a Comment