Remote debug for your native iOS app using Chrome Developer Tools
Firstly, install weex-toolkit
by
$ npm i weex-toolkit@latest -g
Then run the command:
$ weex debug
You can see the QR code generate by weex-debugger
, for test, you can use Weex Playground App to scan the QR code, you will enter the debug mode.
Note: when you use the latest version of the Devtool SDK, make sure you are using the latest version of
weex-debugger
, you can upgrade using the commandweex update weex-debugger@latest
.