Google chrome jetbrains plugin
已回答
I tried following the kotlin tutorial for intelij (except that I'm using gradle for the configuration).
When I right-click index.html, I don't see the "Debug" option however I can open it with Google Chrome (again from the right-click menu).
I have installed the jetbrains plugin on google chrome but it doesn't show as connected but I can connect on localhost:63342 from the browser.
Here's a screenshot
请先登录再写评论。
Please use https://discuss.kotlinlang.org/ for Kotlin specific questions.
It seems like an intelij problem from my perspective. The fact that I'm using kotlin for web development seems incidental.
It's related to Kotlin sourcemaps support and debugging, similar question asked here: https://discuss.kotlinlang.org/t/kotlin-js-debug/1664.