debugger-tool-for-Apache-Weex
debugger-tool-for-Apache-Weex copied to clipboard
Developer tool for debugging weex app with chrome devtool. This tool is a third party plugin, and is not developed nor maintained by Apache Weex.
开启debug手机白屏
开启debug之后手机白屏,无响应,启动调试是成功的,node版本8.10.0 npm版本6.4.1,安卓端未测试,手机为ios端
debug 页面一直loading, 有js error 

iOS implementation https://github.com/weexteam/weex-devtool-iOS/pull/34
iOS implementation https://github.com/weexteam/weex-devtool-iOS/pull/33
Uncaught TypeError: Cannot read property 'attr' of undefined at e.Hn.fireEvent (js-framework.js:1) at js-framework.js:1 at js-framework.js:1 at Array.map () at In (js-framework.js:1)
扫描二维码,手机进入控制台界面调试阶段,经常莫名其妙的返回最初始的扫描二维码界面 `end getBundleType type:Others time:1 getLibJssPath is running /data/app/com.alibaba.weex-Pjr9d0fITjyplY1G4yBCLQ==/lib/arm/libweexjss.so getUseSingleProcess is running false` 有时回报这样的错误
minibarLeftButtonClick(){ let bundleUrl = weex.config.bundleUrl; let base = apis.getBaseUrl(bundleUrl, false, true); let cartUrl = base + 'native/roles/boss/reportform/returnMoney/refundsList.js'; let pathParams = {'url': cartUrl, 'animated': 'true'}; navigator.push(pathParams, function (e) { }); },...