jhen0409 / jhen0409/react-native-debugger
Integration with Webstorm react-native Debug Configuration
Open
- Dominant language
- JavaScript
- Stars
- 10.4k
- Forks
- 815
- PR merge metrics
- No merged PRs in 30d
Description
[Intellij/Webstorm supports debugging of React Native inside the IDE](https://www.jetbrains.com/help/webstorm/run-debug-configuration-react-native.html)
It looks like after you have bundler running (default: port 8081), hitting the debug configuration will create a new Chrome DevTools pointed at `localhost:8081` but additionally including the CLI argument: `--remote-debugging-port=xxxxx`
Is it possible to tap into this functionality in order to use the react/redux tools, but allow Intellij/Webstorm to handle breakpoints?
Contributor guide
Assessment
This issue has not been assessed yet.