4 questions
1
vote
1
answer
330
views
PonyDebugger not showing any network requests
I am trying out PonyDebugger with a simple iOS application and I'm not seeing any network requests in the inspector view.
I tried loading a single http request with NSURLConnection and opening a web ...
0
votes
1
answer
109
views
ponydebugger on xcode , code snippets not showing
Trying to follow this video as to how to make the ponydebugger work with my xcode project
http://cocoaheads.tv/ponydebugger-by-jay-thrash/
I'm stuck at 10:00 when he tries to drag the code snippet ...
0
votes
1
answer
488
views
ponydebugger error when installing
I got some error message after the command :
curl -sk https://cloud.github.com/downloads/square/PonyDebugger/bootstrap-ponyd.py | \
python - --ponyd-symlink=/usr/local/bin/ponyd ~/Library/...
3
votes
1
answer
180
views
Using PonyDebugger with Monotouch?
Ponydebugger looks like a very useful tool.
Is there any way to use it with Xamarin's Monotouch?