remirobert / Dotzu

:iphone::eyes: In-App iOS Debugging Tool With Enhanced Logging, Networking Info, Crash reporting And More.
MIT License
1.8k stars 141 forks source link

DebugMan - new debug tool inspired by Dotzu #50

Closed CocoaDebug closed 6 years ago

CocoaDebug commented 6 years ago

DebugMan is forked from Dotzu and inspired by Dotzu. It is more powerful. support iOS8~11, support Swift-3 to Swift-4, support Cocoapods install.

Just one line codes DebugMan.shared.enable() , you can do many things:

  1. display all APP logs in different colors as you like.
  2. show all APP network requests (include third-party SDK in APP).
  3. filter keywords in APP logs and APP network requests.
  4. APP device informations and APP identity informations.
  5. APP crash logs.
  6. APP memory real-time monitoring.