installed intellij ultimate + chrome support, debu...
# javascript
c
installed intellij ultimate + chrome support, debugging index.html as in https://kotlinlang.org/docs/tutorials/javascript/getting-started-idea/getting-started-with-intellij-idea.html. The debugger does not stop at the breakpoint. I'm on ubuntu 16.04. What to do?
k
These instructions won't work, sorry
Currently, IDEA does not recognize source maps generated by Kotlin/JS properly
c
wow that sucks, those instructions should be updated at least
thanks
Another solution is to use work-around, see bug description
If it's ok open your web page from file system (not served by HTTP protocol), you can specify
file://
protocol followed by absolute path in JS debug run configuration