Amal p
Amal p

Reputation: 3052

React Native Debugging In Google Chrome Not Working(Files not showing up in debugger)

Normally when we click on the Debug JS Remotely option a new tab opens up in the google chrome(like in the below screenshot).

enter image description here

So as seen in the above screenshot we get all the files that we are working on according to the directory.

But in my case the files don't show up in the chrome(like in the below screenshot)

enter image description here

What might be the issue ?

Upvotes: 9

Views: 2849

Answers (1)

zarcode
zarcode

Reputation: 2485

1. Choose "Open file" from this menu:

open files in debugger

2. Search for the file by typing its name:

enter image description here

3. Enjoy debugging!

Upvotes: 6

Related Questions