(no title)
thaumasiotes | 7 days ago
That line links to the commit, which adds
.withDebug(true)
to an invocation of GradleRunner in a file named AllFunctionalTests.kt in the krossover project.My question is:
Why can the software choose whether, when I run a debugger on it, the debugger will work?
It can't, of course, so what's going on?
rileymichael|6 days ago
https://docs.gradle.org/current/userguide/test_kit.html#sub:...
wisemang|6 days ago
I’d also like to know the answer to your question about what is going on. I know Java and maven but not kotlin or gradle, but wouldn’t a debugger be interfacing more at the JVM level?
socalgal2|6 days ago