Skip to content

weexteam/devtool-iOS-for-Apache-Weex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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