- 在项目的根目录下gradle.properties 文件中加入如下两条语句:
org.gradle.jvmargs= -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
org.gradle.parallel=true
-
点击 Edit Configurations配置 remote
image.png -
点击AnnotationProcessor,debug运行
image.png -
构建Project
image.png
最后会断下来
image.png
网友评论