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
Muhammad Ashfaq
2,5406 gold badges24 silver badges49 bronze badges
1 Answer 1
You can fix this issue by add your project configuration in following steps.
- In Chrome browser window, navigation to
chrome://inspect - Use the Configure button to add the server address (typically
localhost:8081) - 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
Muhammad Ashfaq
2,5406 gold badges24 silver badges49 bronze badges
Sign up to request clarification or add additional context in comments.
1 Comment
Muhammad Ashfaq
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.
Explore related questions
See similar questions with these tags.