Reputation: 417
I am looking for a WPF Diagnostic tool like Snoop or WPF inspector that doesn't require .NET 3.5, because I am unable to install .NET 3.5 on my device.
It would be great if somebody knows a simular Tool that runs with an actual .NET Version or knows how to get run snoop with the actual .NET version.
Upvotes: 0
Views: 462
Reputation: 1732
The latest Visual Studio 2015 update provides such tool, here is an official blog entry about it:
Just in case you wish to disable the feature, you can do it in the Debug settings like explained in this StackOverflow post.
Upvotes: 1
Reputation: 63299
There would be probably no tool better than Xamarin Inspector,
https://developer.xamarin.com/guides/cross-platform/inspector/
Upvotes: 1