question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remote DevTools loses connection to RN app

See original GitHub issue

this 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:open
  • Created 4 years ago
  • Reactions:10
  • Comments:7

github_iconTop GitHub Comments

7reactions
tmaly1980commented, Jan 11, 2020

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!

2reactions
davidecarpinicommented, May 29, 2020

+1

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found