debugger-tool-for-Apache-Weex icon indicating copy to clipboard operation
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.

Results 8 debugger-tool-for-Apache-Weex issues
Sort by recently updated
recently updated
newest added

开启debug之后手机白屏,无响应,启动调试是成功的,node版本8.10.0 npm版本6.4.1,安卓端未测试,手机为ios端

debug 页面一直loading, 有js error ![tbd](https://user-images.githubusercontent.com/28380312/82312842-2f244000-99fa-11ea-8847-77ea91950c24.png)

![image](https://user-images.githubusercontent.com/8424764/76492228-ae315100-646a-11ea-9d08-6acd38fea071.png)

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) { }); },...