Does anybody knows how to setup Idea to debug Kotl...
# javascript
j
Does anybody knows how to setup Idea to debug Kotlin JS code when running an app in local HTTP server? I check "Generate source maps", create Javascript debug Debug configuraton. But generated MyApp.js.map contains path to local file system. Neither Chrome neither Idea stop on the breakpoint.
b
AFAIK https://github.com/Kotlin/kotlin-frontend-plugin just overwrite paths for that
and feel free to star or vote the issue to get updates https://youtrack.jetbrains.com/issue/KT-4078