Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You can debug the app in IntelliJ IDEA (and in the browser) and put the breakpoints in the Kotlin code, thanks to the source maps. It's kind of similar to what you get when debugging TS in VS Code, WebStorm or IJ: the IDE will open Chrome and connect to it. But it's not possible to avoid source maps – to debug you still need to compile the app to JS to run in the browser.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: