You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2018/12/17 08:09:11 UTC

[GitHub] erha19 edited a comment on issue #1913: weex_sdk从0.18.0升级到0.20.0.1,开启debug模式程序崩溃,像是so文件引发

erha19 edited a comment on issue #1913: weex_sdk从0.18.0升级到0.20.0.1,开启debug模式程序崩溃,像是so文件引发
URL: https://github.com/apache/incubator-weex/issues/1913#issuecomment-447756275
 
 
   @fanlvwen I will check the compilation problem, and I also suggest you using `weex debug` command to debug your page,  if you want to compile pages more quickly, I suggest you using `weex create [projectname]` to create an official project, then put your source into the `src` (do not delete `entry.js`), then running `npm start`, it will open an browser for you to preview your page, you can also modify the configuration on `config` folder.
   
   As a temporary solution, you can also using `weex-devtool` for build, `weex-debugger` for debug.
   
   The built-in compile module on `weex-debugger` or `weex-devtool` will be removed soon as it can compile very limited content. Wait patiently for the new version of the `weex` debug tool, it will coming soon.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services