# weex-devtool-iOS **Repository Path**: anapple/weex-devtool-iOS ## Basic Information - **Project Name**: weex-devtool-iOS - **Description**: #Weex debugger 调试工具,只在开发模式集成 pod 'WXDevtool', :git => 'https://github.com/bmfe/weex-devtool-iOS.git', :configurations => ['Debug'] - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![GitHub release](https://img.shields.io/github/release/weexteam/weex-devtool-iOS.svg)](https://github.com/weexteam/weex-devtool-iOS/releases) [![GitHub issues](https://img.shields.io/github/issues/weexteam/weex-devtool-iOS.svg)](https://github.com/weexteam/weex-devtool-iOS/issues) [![CocoaPods](https://img.shields.io/cocoapods/v/WXDevtool.svg?maxAge=2592000)]() # 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](http://weex.apache.org/tools/playground.html) 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](http://weex.apache.org/guide/integrate-devtool-to-ios.html-)