回复: [DISCUSS] Now how do you debug the weex program on the app?

2020-01-03 Thread 任 跃兵
che.org> 主题: Re: [DISCUSS] Now how do you debug the weex program on the app? I stopped convince the owner to donate it to ASF for the following reasons: - The ability of Debugging JS code of Weex is important, but not necessary. I think compiling tool is necessary, so I make some effort to

Re: [DISCUSS] Now how do you debug the weex program on the app?

2019-12-19 Thread 申远
I stopped convince the owner to donate it to ASF for the following reasons: - The ability of Debugging JS code of Weex is important, but not necessary. I think compiling tool is necessary, so I make some effort to have weex-loader and weex-cli donated to ASF. - The current owners of

Re: [DISCUSS] Now how do you debug the weex program on the app?

2019-12-19 Thread 任 跃兵
So, please convince the maintainers of devtools-for-Apache-Weex to donate it to ASF. Can also solve our Branding issues[5]. Not only *android-devtools-for-Apache-Weex * but also * devtool-iOS-for-Apache-Weex *. Or bring analyzer ? [5]

Re: [DISCUSS] Now how do you debug the weex program on the app?

2019-12-19 Thread 申远
[4] https://github.com/weexteam/android-devtools-for-Apache-Weex/blob/develop/LICENSE If you coud get *android-devtools-for-Apache-**Weex *worked, I will persuade the current owner donating it to ASF, so that you(or some other developers) can continue work for *android-devtools-for-Apache-**Weex

Re: [DISCUSS] Now how do you debug the weex program on the app?

2019-12-19 Thread 申远
These years, I works for Weex community on very low level (C++ code, Javascript interpreter, etc.) and very high level (trademark / license issue / inviting new committer, etc.). I have little exepriece in the middle level things, like a debugger tool developer by a third party developer. I don't

Re: [DISCUSS] Now how do you debug the weex program on the app?

2019-12-19 Thread 任 跃兵
I want the weex code to be debugger in the app, which will make everyone work faster and better. Until I find no better way to debug weex code, I think I try my best to maintain devtools-for-Apache-Weex. If I can't do it alone, I will ask the community for help, or ask a friend or colleague

Re: [DISCUSS] Now how do you debug the weex program on the app?

2019-12-19 Thread 申远
> > In the latest weex SDK version, it seems that the debugging tools are no > longer available. We have updated to the latest weex SDK. > android-devtools-for-Apache-Weex has not been updated for a long time, and > cannot be compiled [1]. Just found the Jcenter repo [3], maybe you could give it

Re: [DISCUSS] Now how do you debug the weex program on the app?

2019-12-18 Thread 任 跃兵
Sorry [1]https://github.com/weexteam/android-devtools-for-Apache-Weex/issues/72 [2]https://cwiki.apache.org/confluence/display/WEEX/Branding+issues 在 2019/12/19 上午11:04,“任 跃兵” 写入: In the latest weex SDK version, it seems that the debugging tools are no longer available. We have updated to

Re: [DISCUSS] Now how do you debug the weex program on the app?

2019-12-18 Thread 任 跃兵
In the latest weex SDK version, it seems that the debugging tools are no longer available. We have updated to the latest weex SDK. android-devtools-for-Apache-Weex has not been updated for a long time, and cannot be compiled [1]. devtools-for-Apache-Weex [2] seems to be part of the weex

Re: [DISCUSS] Now how do you debug the weex program on the app?

2019-12-18 Thread 申远
According to my knowledge, the ability of JS debugging is provided by Weex-CLI [1], which may only support the legacy package name(e.g. com.taobao.weex) [1] https://weex.apache.org/guide/develop/weex_cli.html Best Regards, YorkShen 申远 任 跃兵 于2019年12月18日周三 下午8:39写道: > Hi, all > > I compiled

[DISCUSS] Now how do you debug the weex program on the app?

2019-12-18 Thread 任 跃兵
Hi, all I compiled the android playground app using the source code. Execute weex debug to connect and debug. However, the most important js debugging is not available, network review is not available, and occasionally crash. Can you talk about how to debug the weex code on the app in daily