Didn't get an answer in <#C0B8L3U69|javascript>, h...
# intellij
r
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
cc @Ivan Kubyshkin [JetBrains]
i
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.
👍 1