Skip to content

Latest commit

 

History

History
35 lines (17 loc) · 1.07 KB

README.md

File metadata and controls

35 lines (17 loc) · 1.07 KB

GitHub release GitHub issues CocoaPods

weex-devtool-iOS

Remote debug for your native iOS app using Chrome Developer Tools

Launch

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 command weex update weex-debugger@latest.

Develop

See Integrate Devtool to iOS