Debug Gradle plugins with IntelliJ

后端 未结 3 580
南方客
南方客 2020-12-12 15:32

Problem

I want to use the interactive debugger with IntelliJ. Unfortunately, I can\'t convince IntelliJ to load and compile the plugin. Ho

3条回答
  •  隐瞒了意图╮
    2020-12-12 15:44

    IntelliJ IDEA 12.1 provides ability to debug gradle tasks out of the box - right-click target task at the JetGradle tool window tasks list and choose 'debug'

提交回复
热议问题