MPDebug 1.1.3

MPDebug 1.1.3

Maintained by Manh Pham.



MPDebug 1.1.3

  • By
  • manhpham90vn

MPDebug

MPDebug CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

NodeJS

brew install node
cd Server
npm install

Run Server

./run.sh

final go to Server

Installation

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

pod 'MPDebug', :configurations => ['Debug']

and your AppDelegate add

#if DEBUG
import MPDebug
#endif

#if DEBUG
MPDebugLog.share.start()
#endif

of

#if DEBUG
import MPDebug
#endif

#if DEBUG
MPDebugLog.share.start(ip: "http://192.168.0.102:3000")
#endif

Todo

  • Support multipart form data request
  • Support custom log command ex: MPDebug.Log("ViewController Deinited")
  • Support custom log level ex: debug, verbose, info, error
  • Support time of http request
  • Support search and filter for server ex: filter url, device and search keyword

Author

manhpham90vn, [email protected]

License

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