I use Chrome DevTools for .js files debugging, and I appreciate the fact that when you update the file in DevTool, the physical file is saved as well.
However, not all my files are linked that way, and I can't figure out why.
I'm using localhost on my local IIS, and some files are linked, some are not, some folders are linked, and some are not.
Those that are not linked show up in (no domain), and those which are linked are under their respective folder.
Workspaces are setup on those folders as well. In fact, it has no effect than putting a green dot beside the file's icon.
The tooltip for linked files show the full url, while for those which are not it's only the relative path.
I checked:
- the size: Nope, some files that are linked and not linked are about the sane size, I have big and small files on both sides
- the complexity: nope, same as the size
- the code page: UTF-8 all around
- the loading order: some files that are linked are loaded before some that are not.
I checked the network tab and all files are properly downloaded, and are not from (memory cache).
So I'm at a loss. Any tips that you can give me to settle this would be welcome.
Setup:
Chrome Version 71.0.3578.98 (Official Build) (64-bit)
on Windows 10