https://kotlinlang.org logo
y

yan

09/28/2015, 10:29 PM
In case of Gradle process, you can use IDEA remote debug. Put some VM opts (-Xdebug and others) into gradlew wrapper script (suspend=y is convenient), launch the Maven test and connect to the process after the test actually starts.