Chrome Dev Tools - Workspace mapping mismatch
问题 I have a remote webpage that loads a remote JavaScript file called script.js . I don't have immediate access to the remote filesystem to make changes to test something. So I copy script.js to my local drive, and in Chrome Dev Tools I add my local folder to the workspace. Then I right-click on my remote script.js file and pick Map to File System Resource... . I pick my local script.js . So now I would expect my locale changes to script.js to override the remote script.js , right? This way I