Luoqiaoyou
04/28/2021, 12:57 PM./gradlew runIde
to check my changes, but I don’t know how to debug the breakpoint directly, could anyone please help me solve itscaventz
04/28/2021, 1:43 PMdmitriy.novozhilov
04/28/2021, 1:52 PMrunIde
task is deprecated due to migration of kotlin plugin to intellij repository
If you want to debug changes in compiler (not in IDE plugin) then it's recommended to use compiler tests (DiagnosticTestGenerated
, BlackBoxCodegenTestGenerated
or IrBlackBoxCodegenTestGenerated
)dmitriy.novozhilov
04/28/2021, 1:53 PMIDEA -> IDEA
Luoqiaoyou
04/30/2021, 2:51 AM