Reacting to internal debugging in Google Chrome does not work (files do not appear in the debugger)

Usually, when we click on an option Debug JS Remotely, a new tab opens in google chrome(as in the following screenshot).

enter image description here

So, as shown in the screenshot above, we get everything filesthat we are working on, in accordance with directory.

But in my case filesthey are not displayed in chrome(as in the following screenshot)

enter image description here

What could be the problem?

+6
source share
1 answer

1 . Select "Open File" in this menu:

open files in the debugger

2 . Find the file by typing its name:

enter image description here

3. !

+4

All Articles