Skip to content
This repository was archived by the owner on Jun 6, 2019. It is now read-only.
This repository was archived by the owner on Jun 6, 2019. It is now read-only.

weex-debugger和weex-devtool有什么区别 #108

Description

@fanlvwen

npm install weex-tool 直接安装的是weex-debuggerv1.0.6啊,之前用的老版的debugger,在安卓项目中直接开启
WXEnvironment.sDebugServerConnectable = true;
WXEnvironment.sRemoteDebugMode = true;
WXEnvironment.sRemoteDebugProxyUrl = "ws://" + host + ":8088/debugProxy/native";
然后再weex中weex debug src -e index.vue,这样打开app之后,chrome里就会自动列出设备,然后开始debug,最新版的debugger,只有一个二维码(本身项目并没有继承扫码,影响apk大小),然后weex debug src -e index.vue也不识别了,报错no index.vue files found in source....
现在很奔溃,不知道该如何开启debug,求支援

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions