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.

Chrome debugging fails in RN using Realm

See original GitHub issue

When enabling Chrome Debugging in the React Native app running on a real device, the Chrome Debugging Tab opens and after some seconds, this error appears debugerror The app keeps running on the device. When trying to reload the app, it loads forever (the indicator keeps spinning): debugerror2 Unlike #491 there are no get_property requests listed in dev tools: debugerror3

These errors began when I started to use Realm in my app. Everything works fine except for Chrome Debugging.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:17 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
knethcommented, Dec 15, 2020

I am closing the issue as we have in v10.x made many changes to our Chrome debugger support.

1reaction
alaziercommented, Jul 17, 2016

I think we simply have issues with chrome debug mode when running on device. Hopefully you can debug your app using the emulator/genymotion until we are able to properly support this. In my experience genymotion is much faster/a better dev experience.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Realm Integration Breaks React Native Debugger - MongoDB
When attaching the react native debugger to our project we receive the error “Realm is not defined”, which also causes application crashes. This ......
Read more >
Using Realm and Remote Debugging fails on android
Easy fix is to goto node_modules/realm/lib/browser/rpc.js and replace line 216 with let url = 'http://127.0.0.1:8083/' + command;.
Read more >
realm - npm
Issues with debugging. Some users have reported the Chrome debugging being too slow to use after integrating Realm into their react-native ...
Read more >
realm | Yarn - Package Manager
It implies that we envision a near future where the Chrome debugging will be removed, and we currently don't invest much in its...
Read more >
Known Issues - Ivanti
Symptom: On connecting to a PCS with R12, a Console Window flashes briefly, ... Symptom: ESAP download fails through Pulse Client when host...
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