Skip to content
square edited this page Feb 20, 2017 · 2 revisions

ASDebugger

CI Status Version License Platform

ASDebugger is a remote debugging toolset for iOS App. It is a client library and gateway server combination

it can remote debugging network requests, effortlessly Mock Data, Intergrated with iOS easily, without any tooling involved like Charles

Usage

Please register an appkey on AppScaffold WebSite

And then we mostly put launch code in the AppDelegate class function of didFinishConfiguringLaunch.

ASDebugger.start(withAppKey: "[YourAppKey]")

Stop recording

ASDebugger.shared().stop

Installation

ASDebugger is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "ASDebugger"

If you would like to use the latest version of ASDebugger, point to the Github repository directly.

pod 'ASDebugger', :git => 'https://github.com/AppScaffold/ASDebugger.git'

Mock

ASDebugger.start(withAppKey: "[YourAppKey]").enableMock(withPath: "[API]")

Author

squarezw

License

ASDebugger is available under the MIT license. See the LICENSE file for more info.

Clone this wiki locally