Chrome's map to file system resource not working after update

后端 未结 11 2112
野的像风
野的像风 2021-02-02 07:41

I can add a folder to the workspace (which doesn\'t seem to do anything, as far as I can tell), but the \"map to file system resource\" option seems to have been removed, and I

11条回答
  •  不知归路
    2021-02-02 08:05

    I'm also using Chrome 63.0.3239.132 (Official Build) (64-bit) and as I wanted to use the DevTools Live-edit to edit some js files I saw that the option "Map to file system resource" is missing.

    After some research I have found out that the Live-edit is perfectly working in Version 63, you just have to:

    1. go to Sources and then FileSystem
    2. add the folder with your code to the workspace

    After that, a small little green point will be displayed near your files (it means the synchronization is ready) and the changes via DevTools can be persisted locally:

    Live-edit

提交回复
热议问题