Open Source iOS Toolset For Debugging Allows Viewing Of Network Requests And More In Browser

Some time ago I mentioned the PonyDebugger tool allowing you to see network connection, view hierarchy, and core data details remotely for easier debugging.

Here’s an open source dbeugging toolset called OCDebugger submitted by Pony with a number of nice features.

OCDebugger is similar to PonyDebugger in that it allows you access to debugging tools in browser, but doesn’t require you to use Chrome Developer tools working with Safari, Chrome, Firefox or IE 10+.

With OCDebugger you can track networking requests, and also simulate networking requests and responses All NSLog messages will be viewable from the server, and saved locally. You can also set up variables so that they can be tweaked remotely, and more.

You can find OCDebugger on Github here.

A nice debugging toolset.

Original article: Open Source iOS Toolset For Debugging Allows Viewing Of Network Requests And More In Browser

©2015 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Leave a Reply

Your email address will not be published. Required fields are marked *