Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我的场景:
CoreService
ServiceTestCase<CoreService>
有什么方法可以在生成的线程和/或回调中设置断点并让 JUnit 在这些处停止?它只在 JUnit 项目或CoreService类中设置的断点处停止。
尝试将断点挂起策略更改为Suspend VM:
要全局更改它:
有关断点暂停策略的更多信息,请查看此处。