I have tests in commonTest and would like to debug...
# multiplatform
r
I have tests in commonTest and would like to debug them in KotlinJs (nodejs). For whatever reasons, the break-points do not kick in. Any Ideas?
b
Make sure you have sourceMaps enabled
r
thanks for the hint, will check