weexteam / devtool-for-Apache-Weex

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

debugger调试报错,百分百报如下错误 #122

Closed githbq closed 5 years ago

githbq commented 5 years ago

最新版的 playground-app 里 js-framework.js

self.nativeLog = function (text) { console.log(text); }; 与 console.log 产生递归循环

console.log调用 nativeLog ,而nativeLog内又调用console.log

githbq commented 5 years ago

文件在 http://10.2.0.35:8088/source/js-framework.js

githbq commented 5 years ago

Uncaught Error: Uncaught RangeError: Maximum call

erha19 commented 5 years ago

@githbq It's ok on my platform, please upgrade your weex playground app and weex-debugger.

Lastest playground app you can download on here.

To upgrade weex-debugger, you can run weex update weex-debugger@latest.