Hello Everyone, How do I debug in kotlin/js? I pl...
# react
d
Hello Everyone, How do I debug in kotlin/js? I place a debug breakpoint and run the code, and it doesn't work.
m
That apparently only comes with IntelliJ ultimate. You can debug using the browser tools. The sourcemaps can show you the kotlin code, and you can use that to set breakpoints etc.