在测试类中有没有办法断点?

时间:2012-07-16 09:10:43

标签: android eclipse service junit

这是我的情景:

  1. 我有Android服务(CoreService
  2. 我使用ServiceTestCase<CoreService>来测试它
  3. CoreService生成一个线程并实例化几个具有侦听器/回调的类。
  4. 有没有办法在衍生线程和/或回调中设置断点并让JUnit停在这些断点上?它仅在JUnit项目或CoreService类中设置的断点处停止。

1 个答案:

答案 0 :(得分:2)

尝试将断点暂停策略更改为暂停VM

enter image description here

全局更改:

enter image description here

有关断点暂停政策的详情,请查看here