Nytro Posted May 21, 2014 Report Posted May 21, 2014 [h=1]Tangerine[/h] Tangerine is a tool for inspecting Windows Phone applications. Based on XAPSpy. It allows you to do three things:Automate all routine work with XAP files (parsing, deploying etc.)Log method calls, including parameters values and return valuesRun your own code on method enter, on method exit or instead of a methodChange parameters values using method codeSupports both Windows Phone 7 and Windows Phone 8 applications. Current limitations on functions for instrumentating:only managed application assemblies get instrumenteddoes not support functions with user types (e.g. custom type Product)does not support out parametersdoes not support method overloadsMinimum requirements: .NET Framework 4.0, Windows Phone SDK 7.0 More detailed documentation will be uploaded. Contributors:Andrey ChasovskikhEvgeny BechkaloDmitriy EvdokimovSursa: https://github.com/andreycha/tangerine Quote