0

I have created a new project with latest version but open debugger is not working for me due to which i am facing a lot of issue in debugging. I have tried already following but Xcode crashes with it.

npx react-native start --experimental-debugger

Debugger doesn't work and Xcode crashes every time it starts.

James Z
12.3k10 gold badges27 silver badges50 bronze badges
asked Jul 3, 2024 at 12:03

1 Answer 1

1

You can fix this issue by add your project configuration in following steps.

  1. In Chrome browser window, navigation to chrome://inspect
  2. Use the Configure button to add the server address (typically localhost:8081)
  3. You should see now "Hermes React Native" target with an inspect click. Click this to open debugger.

Reference: https://reactnative.dev/docs/debugging#opening-the-debugger

Thanks

answered Jul 3, 2024 at 12:12
Sign up to request clarification or add additional context in comments.

1 Comment

Good news from React native Team. React native 0.76.0 stable version is released now on Oct 24,2024 which a completely newly best written a new debugging experience in React native.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.