react-native
react-native copied to clipboard
0.72 Regression in Direct Debugging on Android
Description
When bootstrapping a new 0.72.x app, I am unable to debug the app following the direct debugging instructions.
React Native Version
0.72
Output of npx react-native info
N/A
Steps to reproduce
-
npx react-native init MyApp
- Add
debugger;
statement toApp.tsx
- Have metro running via
yarn start
in my project - Follow instructions for direct debugging via
chrome://inspect
, open devtools - Reload the app, the debugger does not stop at the breakpoint
Snack, code example, screenshot, or link to a repository
See instructions above
https://github.com/facebook/react-native/assets/1309636/d5befe38-6ba9-46cf-90e7-8d5290a14133
:warning: | Add or Reformat Version Info |
---|---|
:information_source: | We could not find or parse the version number of React Native in your issue report. Please use the template, and report your version including major, minor, and patch numbers - e.g. 0.70.2 |
Fix is here: https://github.com/facebook/react-native/commit/41477c898cf5726eae9edbb1596366a6eea2b01e TBD, verify fix
i have still this issue on RN 0.72
same problem here
What version are you guys in? The fix was picked into 0.72.2, we just released 0.72.3. Have you tried those versions?
0.72.1, 0.72.2 and 0.72.3
That appears to me right after you enabled the debugger.
Any fix?
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.
need a conclusion
same problem here since updating to 0.73.8, what are we supposed to debug with ? I cant even access my app since updating because of this error