Can't debug on React Native Debugger
See original GitHub issueI can’t debug this starter kit on React Native Debugger.
When I launch it, it opens on port 8081. I think that I have to then open a new window on port 19001 and after that launch this project with npm start
. However, nothing opens and the debugger keeps waiting.
My environment is:
Ubuntu 18.04LTS. Running on Android device through LAN and development mode.
Steps to reproduce
- Open React Native Debugger on port 19001.
- Run
npm start
on this project with all the dependencies installed. (Expo version 32.0.5) - Wait.
Expected result
The debugger should get connected and allow me to debug and inspect.
Actual result
The debugger stays on the first screen showed.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Why my react native debugger is not working? - Stack Overflow
Make sure it is enabled JS debugging on the device is enabled. · Close the app on the phone but make sure the...
Read more >react-native-debugger/troubleshooting.md at master - GitHub
The standalone app based on official debugger of React Native, and includes React Inspector / Redux DevTools ... Cannot retrieve contributors at this...
Read more >Debugging - React Native
To debug the JavaScript code in Chrome, select "Debug JS Remotely" from the Developer Menu. This will open a new tab at http://localhost:8081/ ......
Read more >Debugging React Native with react-native-debugger
To use React Native Debugger with your app, you must first run it and enter debug mode. Shake your phone or press Command...
Read more >Debugging your app with React Native Debugger
To start debug mode, shake your mobile device or press Command + Shift + Z or Ctrl + M and choose the debug...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
No one else experiencing the same problem?
Ohhh man… I closed the Chrome tab (of course…) and now the RND is running smoothly.
I’ll post in StackOverflow any problems I encounter (if any) while debugging. Thanks so much for your help.
I hope this works a a sort of step by step little guide about how to debug with a real device and React Native Debugger 💃