I need to try a change in the local copy of Kotlin...
# getting-started
m
I need to try a change in the local copy of Kotlin compiler source code. So I need to debug the new change. But I see it is not reflected as it is still using the installed version of compiler not the changed version. Can you please advice how to achieve that?
i
Refer to this message in #kontributors channel:
m
actually I need to put break points in the parser code not in test code. I run test just to ensure that my modification is correct
any breakpoint set in test class is visited correctly, however the parser code breakpoints are not visited