Unit tests terminated in Debug mode

后端 未结 4 1785
轮回少年
轮回少年 2020-12-20 22:25

I\'m using IntelliJ IDEA 15.0.2 (Community Edition) under Windows 7 and Windows 10 Pro, Gradle 2.9, JDK 1.7.0_65. Operating systems installed as guests under VMware Workstat

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-20 22:50

    In my case the fix was to:

    1. Open Edit Configuration... for All tests (or what ever you renamed it into).
    2. Switch to Debugger tab.
    3. In Debug mode combo, select the Java option:
      • Although we have lots of Native codes, lets try to not debug them while we debug our Integration-tests ;-)

    Note: We use Android-studio 3.2.1 and above might not be required in newer versions.

提交回复
热议问题