Since this morning, trying to debug unit tests with IDEA 2020.1.3 triggers
System property 'idea.debugger.dispatch.port' is not set
. Any idea how I can get that working?
mbonnin
07/13/2020, 4:14 PM
(I tried setting the property but it fails with a connection error a bit later so I'm assuming something is wrong in my setup...)
j
Jurriaan Mous
07/13/2020, 5:29 PM
Coincidentally I had this too since upgrading..
m
mbonnin
07/13/2020, 5:39 PM
I was somehow able to have breakpoints by running tests with Intellij (instead of Gradle). But that's not 100% what I want because running with IntelliJ doesn't recompile dependancies in included builds, etc...