https://kotlinlang.org logo
Title
r

robstoll

04/09/2023, 8:13 PM
Didn't get an answer in #javascript, hope someone here can help me: I try to debug a simple kotlin-js project (created a dummy project via File -> New -> Project... -> Kotin JS -> nodejs The test runs but my break-point is simply ignored (using intellij community edition). What is required that debuging works?
a

Alexey Belkov [JB]

04/10/2023, 7:57 AM
cc @Ivan Kubyshkin [JetBrains]
i

Ivan Kubyshkin [JetBrains]

04/10/2023, 8:12 AM
You can debug JS code in IDE only in Ultimate version. You can debug NodeJS on runtime - https://kotlinlang.org/docs/js-debugging.html#debug-in-node-js.