Is there any way to debug common tests with 1.3.6x...
# multiplatform
j
Is there any way to debug common tests with 1.3.6x? It currently does not stop at breakpoints. I develop a library mainly through common tests and that workflow is broken. It seems it was broken in the last Kotlin release and no activity to fix it in over a month. (I would expect a hotfix) Maybe I missed a method to make the tests pause at breakpoints? https://youtrack.jetbrains.com/issue/KT-35632
k
println
which we have to use for debugging iOS tests as well
j
Well that is how I manage to do it at the moment indeed... It is also broken in JS. I miss the time it used to work. With the Kotlin plugin updates, IDE updates and dependent native updates it is difficult to downgrade. (Was only noticing it after a while) I thought I wait it out with the already reported issue but it is now a long time.
l
Can you report that regression on https://kotl.in/issue and specify that it's a regression? I'm very sure that KMPP QA will be happy to check it out and have a priority set on it 🙂
s
I’m able to debug jvm tests with Android studio 3.6. It’s in release candidate stage now so should be usable.