[0.79] Removal of Remote JS Debugging via Chrome #872
Replies: 6 comments 11 replies
This comment was marked as spam.
This comment was marked as spam.
-
This would be incredibly useful for enabling the new Static Hermes in React Native also, as the remote debugger is a blocker for that! |
Beta Was this translation helpful? Give feedback.
-
Is it support API request and Monitoring?? |
Beta Was this translation helpful? Give feedback.
-
Are there any updates for the network panel yet?? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Is there any way to view the console from devtools on a remote browser? My main machine is a linux desktop, I develop and run on a mac, but hate having to use remote desktop simply to view the devtools window. I only rely on the console, is there any way to view this in a browser on my linux machine? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
🚨 Key change: Remote JS Debugging will be removed in React Native 0.79 (ETA: April 2025).
Why it matters: Older debugging integrations will no longer be supported.
Why now? This follows:
Motivation (recap)
The big picture: Debugging has been historically bad due to fragmentation. Our strategy is modern JavaScript debugging over CDP, which is stable since 0.76.
Impact and alternatives
Use React Native DevTools
React Native DevTools is our default debugging experience since 0.76. It is more deeply integrated and fundamentally more reliable than previous debugging methods in React Native.
See Opening DevTools.
Third party plugins and react-native-debugger
React Native DevTools launched with an intentionally minimal feature set that excludes plugins, although highly requested.
Beta Was this translation helpful? Give feedback.
All reactions