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.

ide screenshot

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:

screenshot 2


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -