Here is my scenario:
CoreService
ServiceTestCase<CoreService>
Is there a way to set breakpoints in spawned threads and / or callbacks and stop JUnit? It stops only at breakpoints defined in a JUnit project or class CoreService.
Try changing the pause breakpoint policy to Suspend virtual machine :
To change it globally:
, .