YYDebugManager 0.2.0×Maintained by y500.Installation Guide×Installation Guide for YYDebugManagerYou want to add pod 'YYDebugManager', '~> 0.2' similar to the following to your Podfile:target 'MyApp' do pod 'YYDebugManager', '~> 0.2' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try YYDebugManagerSee PodspecGitHub RepoHomepagePage on CocoaPods.orgYYDebugManager 0.2.0Byy500y500/YYDebugManagerGitHub RepoYYDebugManager 非常方便的调试工具,无需连接设备到电脑,就能方便的查看日志输出和网络请求 自动捕获设备输出日志并实时打印到网页上,方便查看、查找、定位问题 自动抓取设备的http和https网络请求并实时打印到网页上面,方便跟服务端联调和沟通,无需代理、无需抓包软件
YYDebugManager 非常方便的调试工具,无需连接设备到电脑,就能方便的查看日志输出和网络请求 自动捕获设备输出日志并实时打印到网页上,方便查看、查找、定位问题 自动抓取设备的http和https网络请求并实时打印到网页上面,方便跟服务端联调和沟通,无需代理、无需抓包软件