Ponydebugger looks like a very useful tool.
Is there any way to use it with Xamarin’s Monotouch?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It looks like a very nice approach (I won’t pray for rain but there’s a long weekend coming in… ;-).
At first look you should be able to use it with MonoTouch just like any other native library (i.e. create bindings) and link the
.awith your application.The good news is that it should be relatively simple since the API is small (versus the code base and the features you get).
The bad news is that I’m pretty sure it won’t, without changes, handle
System.Net.WebClient,HttpWebRequest… since they are not built on top ofNSUrl*classes.