Hello Everyone,
How do I debug in kotlin/js? I place a debug breakpoint and run the code, and it doesn't work.
m
Mike Dawson
05/19/2023, 7:08 AM
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.