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.

Debug with Chrome Issue

See original GitHub issue

I just started to use reanimated v2 on my project.

reanimated 2 version 2.2.0

When i try to open debugger in chrome it gives me this error below.

Simulator Screen Shot - iPhone 12 - 2021-08-21 at 21 34 02

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
jakub-gonetcommented, Aug 22, 2021

Check out the limitations section in our docs:

As the library uses JSI for synchronous native methods access, remote debugging is no longer possible. You can use Flipper for debugging your JS code, however connecting debugger to JS context which runs on the UI thread is not currently supported.

@piaskowyk is working on fixing this but as of 2.2.0 this is still a limitation.

0reactions
alexfovcommented, Dec 8, 2021

2.3.0 the problem is still here

Read more comments on GitHub >

github_iconTop Results From Across the Web

Chrome Browser debug logs
You can troubleshoot problems with Chrome Browser, such as hanging tabs and error messages. Use debug logs to help you. These logs aren't...
Read more >
Issues: Find and fix problems - Chrome Developers
# Open the Issues tab · Visit a page with issues to fix, such as samesite-sandbox.glitch.me. · Open DevTools. · Click the Open...
Read more >
Chrome javascript debugger breakpoints don't do anything?
I had an issue where Chrome's breakpoints weren't firing anything. When I tried to use 'debugger' in my code, I could only step...
Read more >
Debugging in the browser
Debugging is the process of finding and fixing errors within a script. All modern browsers and most other environments support debugging tools – ......
Read more >
Using the Debug Console in Google Chrome to identify ...
Google Chrome's Debug console is a powerful tool that can help us identify the cause of the errors (displayed in red) and speed...
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