At first I had difficulty attaching a debugger to FakeApplication instances created by my unit tests. Now I can see threads starting when my tests run, but breakpoints I set within Scala IDE in the test and in the tested code are ineffectual.
Is running two instances of Play and enabling jdwp in Test the usual way to debug unit tests?