Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android项目里面,debug的时候,render路径到底怎么写 #10

Open
fanlvwen opened this issue Jan 29, 2019 · 0 comments
Open

Comments

@fanlvwen
Copy link

背景:项目是多页应用,各页面是分开的,所以调试的时候,需要调试整个文件夹
之前用的devtool,weex项目中开启debug命令为:
weex debug src -e index.vue
启动之后,chrome中会出现devicelist 一直用着没问题

后来随着weex sdk升级,尝试使用weex debugger,扫码开启debug等都没问题
问题如下:
1.weex debug src -e index.vue已经无法使用,问:如何调试整个文件夹
2.devtool时,android原生代码为:
mInstance.renderByUrl("trainList", "http://192.168.2.236:12580/dist/native/" + "ui/AccountManager.js", map, null, WXRenderStrategy.APPEND_ASYNC);
换成debugger,不知道如何填第二个参数(weex 页面路径),翻遍 文档没找到何处有写,可能是我没发现,请问页面路径如何填写。

已经困住好多天了,求助。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant