2
At first I had difficulty attaching a debugger to FakeApplication instances created by my unit tests.現在我可以看到在測試運行時開始的線程,但是我在測試和測試代碼中在Scala IDE中設置的斷點是無效的。爲什麼ScalaIDE在單元測試中設置的斷點不會中斷?
正在運行兩個Play實例並啓用jdwp in測試通常的方式來調試單元測試?