Hello I am trying to use micronaut but cannot deb...
# announcements
a
Hello I am trying to use micronaut but cannot debug tests in IDEA Seems like the issue is related to kapt annotation processing. https://stackoverflow.com/questions/50642455/kotlin-micronaut-testng-test-fails-in-idea-but-pass-via-gradle Is there any config trick or workaround?
e
..mb just delegate build to gradle in idea?
a
gradle works, but it does not stop on breakpoint in test code
e
even if enable option: run tests using: “gradle test runner”?
and if you switch between idea build and delegating to gradle there may be a bug with idea. I have fix it only with removing
out
directories and enabled again delegating to gradle
a
yes! it works after configuring gradle as test runner http://mrhaki.blogspot.com/2016/03/gradle-goodness-configure-intellij-idea.html thanks @Evgeniy Zaharov
e
you are welcome)