-
Notifications
You must be signed in to change notification settings - Fork 269
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
Debugger not working in react native with typescript #2276
Comments
Hi @arjunAbcd, thanks for reaching us. Can you please try the solution provided by #2230 to see if it resolve your issue? |
RN 0.76 is switching to the new debug experience, we have updated it in master, but since ADO pipeline is in upgrading, the latest version is not released, please try above comment firstly. |
This is working fine now. Thanks @lexie011 |
Cool, close issue as resolved. |
Debugger Not Working.
When attempting to debug, breakpoints are displayed as grey circles. Hovering over them shows the message: Unbound breakpoint.
launch.json Configuration:
Environment Details:
React Native Version: 0.76.3
Debug Console Output:
Added the following configuration to tsconfig.json:
Attempted Solution:
added launch.json with Attach to packager.
Despite this, the debugger issue persists. Looking for assistance or insights to resolve the problem.
The text was updated successfully, but these errors were encountered: