【发布时间】:2014-11-21 23:44:37
【问题描述】:
我正在尝试使用 Google Chrome 检查器调试远程 javaScript。我记得过去能够:
1) Edit remote javascript using Chrome Inspector
2) 'Save' the change using (cmd + s)
3) Test the effect the the altered javaScript on the page
现在,当我尝试“保存”更改时,我会在“选项卡”中看到一个黄色警告图标
"Changes to this file were not saved to the file system"
谁能帮我解决这个问题,请记住我正在使用远程代码(不是试图更改本地文件)并且我确实安装了开发者工具扩展。
【问题讨论】:
-
你找到解决办法了吗?
-
@sudeepdino008 - 请参阅我的回答,您仍然可以添加代码并使浏览器运行它而无需将其保存到磁盘。
标签: javascript google-chrome debugging google-chrome-devtools web-inspector