Remote DevTools loses connection to RN app
See original GitHub issuethis old issue seems to be back https://github.com/zalmoxisus/redux-devtools-extension/issues/193
But to me it seems like an RN Debugger bug. It is in RN Debugger in the console log I see the error. I’m not using the Chrome extension.
seems to happen randomly in the RN Debugger console it says “[React DevTools] Connection to RN closed” same time app shows error below
React Native Debugger app version: 0.10.5 React Native version: 0.61.5 Platform: iOS Is real device of platform: simulator Operating System: macOS
Runtime is not ready for debugging. Make sure Packager server is running.
RCTFatal
-[RCTCxxBridge handleError:]
__21-[RCTCxxBridge start]_block_invoke
invocation function for block in facebook::react::(anonymous namespace)::RCTObjcExecutor::RCTObjcExecutor(id<RCTJavaScriptExecutor>, void (NSError*) block_pointer, std::__1::shared_ptr<facebook::react::MessageQueueThread>, std::__1<facebook::react::ExecutorDelegate>)
__58-[RCTWebSocketExecutor _executeJSCall:arguments:callback:]_block_invoke
__44-[RCTWebSocketExecutor sendMessage:onReply:]_block_invoke
_dispatch_call_block_and_release
_dispatch_client_callout
_dispatch_lane_serial_drain
_dispatch_lane_invoke
_dispatch_workloop_worker_thread
_pthread_wqthread
start_wqthread
Issue Analytics
- State:
- Created 4 years ago
- Reactions:10
- Comments:7
Top Results From Across the Web
Chrome Remote DevTools Connection Drops after few minutes
1 Answer 1 · Try different USB cable(s) · Try different USB ports on your machine(for some people using 2.0 port worked out)...
Read more >react-native-debugger - Bountysource
seems to happen randomly in the RN Debugger console it says "[React DevTools] Connection to RN closed" same time app shows error below....
Read more >Debugging React Native with react-native-debugger
Safari Developer Tools. You do not need to enable "Debug JS Remotely" to debug the iOS version of your app with Safari. In...
Read more >8 Ways to Debug your React Native App with Expo - Medium
Use Flipper with Expo development builds, React Native Debugger, remote debugging, or Chrome DevTools. It's really important for us as ...
Read more >Debug your Node.js app with Chrome DevTools
When your app has a heavy initialization, you may want to pause your app until the debugger is attached. This can be done...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Any idea what’s causing this? Or how to fix it? This is really frustrating when I have to restart my debugger every few minutes while working on an app!
+1