React-native runs all code in a chrome browser whe...
# javascript
s
React-native runs all code in a chrome browser when in debug mode (communicating with the native application through a socket). Is there any way to hook IntelliJ up to chrome and debug through code in the IDE, instead of chrome?
b
Actually, you can debug your code through Kotlin code using any JS debugger that supports sourcemaps. Unfortunately, JS debugger available only in commercial products of JetBrains, so for Kotlin right now it’s only Ultimate version of IntelliJ IDEA.
s
I have the ultimate version of intellij 🙂
👍 1