Since this morning, trying to debug unit tests wit...
# intellij
m
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?
(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
Coincidentally I had this too since upgrading..
m
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...
a
Looks like https://youtrack.jetbrains.com/issue/IDEA-245480, please watch the issue for updates
1
m
Perfect, thanks !!