我有一个functional test使用GradleRunner.create().withDebug(true)
,并且可以从IntelliJ IDEA调试custom Gradle plugin的某些部分。
我可以在Plugin和KotlinGradleSubplugin的实现中触发断点。但是不在我的ComponentRegistrar,DeclarationAttributeAltererExtension和CommandLineProcessor的实现之内。
有什么想法我想念的吗?
如果要对此进行分类,请先使用./gradlew :kotlin-really-allopen:build :kotlin-really-allopen:publishToMavenLocal :functional-test:build
进行构建,然后再在IDEA中调试FunctionalPluginTest
。