question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't debug on React Native Debugger

See original GitHub issue

I 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

  1. Open React Native Debugger on port 19001.
  2. Run npm start on this project with all the dependencies installed. (Expo version 32.0.5)
  3. 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:closed
  • Created 4 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Richacinascommented, May 20, 2019

No one else experiencing the same problem?

0reactions
Richacinascommented, Jun 8, 2019

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 💃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found