weexteam / devtool-for-Apache-Weex

debugger tools with chrome devtool for Apache Weex
MIT License
258 stars 40 forks source link

weex debug 整个目录以后, http://localhost:8088/weex/foo.js无法访问 #75

Closed xuluming closed 6 years ago

xuluming commented 7 years ago

首先输入相关命令

2017-06-27 12 11 55

然后在浏览器访问却失败

2017-06-27 12 11 46

求助求助,我输入了weex debug src -e foo.vue以后,在浏览器却不能浏览到js?

501956430 commented 7 years ago

@Jinjiang 更新最新的weex-devtool组件后,编译整个目录文件的确存在这个问题,weex debug src -e foo.vue以后,无法在debug服务器中找到编译的资源文件, 编译单个文件没问题:weex debug -e src foo.vue

ThassarianJohn commented 7 years ago

这种致命问题竟然拖了两个月没解决,看来需要成立第三方组织维护这个项目了

Junting-Liu commented 7 years ago

@501956430 我也遇到了这个问题,请问您现在是怎么调试整个目录文件的呢?有什么解决办法么?比如回退到哪个版本可以用?

zwwill commented 7 years ago

@Junting-Liu https://segmentfault.com/q/1010000010911810

erha19 commented 6 years ago

升级一下你的weex-devtool版本 weex update weex-devtool 如果出现报错,确保你的npm版本>=5,可运行:

rm -rf ~/.xtoolkit
npm un weex-toolkit -g
npm i weex-toolkit -g
weex update weex-devtool
erha19 commented 6 years ago

I have added new features for folder debugging