Has anyone ever got issues when debugging in a mul...
# javascript
e
Has anyone ever got issues when debugging in a multiplatform context? I'm debugging a test case but the breakpoints always stop at the compiled JS code, not the Kotlin code.
j
I recently tried debugging the Jetsnack WASM example app. I could put breakpoints in Kotlin code right there in the browser console. Worked like a charm. Not sure how that works if you're using JS instead of WASM though.
e
I don't think I can do the same as I'm targeting Node
I've upgraded to 2023.2 EAP 5 and Kotlin 1.9.0-RC, let's see now
Better, but sometimes doesn't work when breakpoints are inside coroutines