标签: google-chrome google-chrome-devtools
如何将URL中的GET参数资源映射到工作区文件夹中的本地资源?
例如,我该如何映射:
C:/some/local/path/to/script.js
为:
http://localhost/remote/path/to/script.js?version=1&something=2
看起来开发工具只支持映射网址前缀。