jhen0409 / react-native-debugger

The standalone app based on official debugger of React Native, and includes React Inspector / Redux DevTools
MIT License
10.38k stars 810 forks source link

React native debugger won't listen to 8081 port, throws exception on execution #347

Open yonatanlozinsky opened 5 years ago

yonatanlozinsky commented 5 years ago

Hi, I just upgraded to v0.9.8, and I can't run the app - this is the error I get when I run the app:

Screen Shot 2019-05-01 at 21 53 14

And then when I run the simulator debugger-ui in chrome is opened but the rndebugger won't connect, stuck in "Waiting for React to connect".

I'm using macOS 10.14.

I tried the following: Kill the process listens to 8081 port Restart my computer and open rndebugger right away

Thanks in advance for this amazing tool :)

nsmet commented 5 years ago

Hi,

I'm having the exact same issue. Can't connect to the rnd anymore, it always defaults to the chrome debugger.

Did you find a solution for this?

Thanks in advance!