Is there any way to breakpoint inside the tested classes?

前端 未结 1 1217
礼貌的吻别
礼貌的吻别 2021-01-06 01:51

Here\'s my scenario:

  1. I have an Android service (CoreService)
  2. I use ServiceTestCase to test it
  3. <
相关标签:
1条回答
  • 2021-01-06 02:28

    Try changing the breakpoint suspend policy to Suspend VM:

    enter image description here

    To change it globally:

    enter image description here

    For more information about Breakpoint Suspend Policy, check out here.

    0 讨论(0)
提交回复
热议问题