jhen0409 / react-native-debugger

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

Encountering difficulties debugging a default React Native app in Chrome Debugger due to Flipper, with a warning signaling the deprecated status of debugging via Flipper, necessitating installation of Flipper on the system to handle the 'flipper://' URL scheme #802

Open omprakashcs01 opened 6 months ago

omprakashcs01 commented 6 months ago

When attempting to open the new react native app default app and trying to debug in Chrome debugger, users encounter an error message stating in terminal: "Attempting to debug JS in Flipper (deprecated). This requires Flipper to be installed on your system to handle the 'flipper://' URL scheme." This prevents users from efficiently debugging their React Native apps using Chrome Debugger through Flipper.

To Reproduce

  1. Open a new React Native application in development mode.
  2. Start the application and ensure it's running on a device or simulator.
  3. try to open debugger (CLT+M) in Android simulator to open Chrome debugger browser.
  4. after getting warring Attempting to debug JS in Flipper (deprecated). This requires Flipper to be installed on your system
  5. to handle the 'flipper://' URL scheme.**
  6. Unable to Navigate to the Chrome Debugger tool.
  7. Unable Attempt to connect to the running React Native app for debugging image

React Native Debugger app version: Latest version 0.73 React Native version: 0.73 Platform: Android Is real device of platform: No REAL DEIVCE (simulator only) Operating System: Windows

losh11 commented 5 months ago

There's a new package which helps re-enable use of remote debuggers called react-native-devsettings

sampathkumarch commented 5 months ago

same issue, unable to connect

MorningStarHu commented 4 months ago

same issue, unable to connect,pls fix this problem

piashcse commented 4 months ago

same issue for "react-native": "0.73.6",

SelvaGaneshM-OGIVoos commented 3 months ago

There's a new package which helps re-enable use of remote debuggers called react-native-devsettings

This worked for me. Thanks.

happy070 commented 2 months ago

There's a new package which helps re-enable use of remote debuggers called react-native-devsettings

Thanks a Lot it worked

parthjdabhi commented 1 month ago

image I got this issue when I continued using an app, after enabling dev support.

usmanabid94 commented 1 month ago

There's a new package which helps re-enable use of remote debuggers called react-native-devsettings

I have installed this package and facing this issue as soon as the app starts: image