yigit
05/29/2017, 2:40 AMgw --no-daemon :r:in:k:asDeb -Dkotlin.daemon.jvm.options="-Xdebug,-Xrunjdwp:transport=dt_socket\,address=5005\,server=y\,suspend=y"
after killing both daemons. I can connect, get a thread dump etc but it does not stop in breakpoints.
I tried, suspend=n
, does not help.
I've also tried -Dkotlin.compiler.execution.strategy="in-process"
to debug in gradle process but in that case daemon crashes.yan
05/29/2017, 12:48 PMyigit
05/29/2017, 5:38 PM