Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Introduction to PonyDebugger

Introduction to PonyDebugger

Originally presented at Triangle CocoaHeads on March 28, 2013.

PonyDebugger is an incredibly useful little tool by the mad scientists at Square which allows you to inspect your HTTP traffic, Core Data models and View hierarchy - all via a Chrome browser inspector pane.

Jay Thrash

March 28, 2013
Tweet

More Decks by Jay Thrash

Other Decks in Programming

Transcript

  1. PonyDebugger Installing the Gateway curl  -­‐sk  https://cloud.github.com/downloads/square/ PonyDebugger/bootstrap-­‐ponyd.py  |  \

       python  -­‐  -­‐-­‐ponyd-­‐symlink=/usr/local/bin/ponyd  ~/Library/ PonyDebugger Saturday, January 18, 14
  2. PonyDebugger Enabling PonyDebugger platform  :ios,  "6.0" pod  'AFNetworking' pod  'SocketRocket',

     :podspec  =>  'SocketRocket.podspec' pod  'PonyDebugger',  :podspec  =>  'PonyDebugger.podspec' Saturday, January 18, 14