-
Notifications
You must be signed in to change notification settings - Fork 24.7k
Debugger Steps Through Ignored Files #51199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Warning Missing reproducer: We could not detect a reproducible example in your issue report. Reproducers are mandatory and we can accept only one of those as a valid reproducer:
You can read more about about it on our website: How to report a bug. |
i honestly think because of the basic nature of the bug there is no need for a reproducer template |
Hi @3flippa thanks for the issue. We realized that we fixed the issue in a few commits that landed in Hermes after we released 0.79. |
Is there really no fix or workaround planned for those who, for any reason, are not ready to migrate to version 0.79.3? For instance, I am still actively developing and maintaining apps that rely on 0.76.2. At the moment, debugging with DevTools and breakpoints is almost unusable, especially when dealing with async/await functions. The debugger will wildly jump into a lot of foreign/3rd party files. |
@cipolleschi |
Description
I'm trying to use the Sources tab in DevTools to efficiently debug my application. Unfortunately, the debugger is stepping through not only the files I've authored but also files inside the node_modules directory—even ones I've configured to be ignored.
This significantly degrades the development experience, as it clutters the debugging flow and makes it hard to focus on the logic relevant to my own code.
Steps to reproduce
React Native Version
0.79.2
Output of
npx @react-native-community/cli info
Screenshots and Videos
The text was updated successfully, but these errors were encountered: