Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any spying utility is available for Universal Windows Application?

Tags:

xaml

uwp

snoop

I have used Snoop application as spying utility for my WPF application to find the focus of ui element. Like the same, there is any spying utility is available for Universal Windows (UWP) applications. I have also tried with XamlSpy utility for my application but it doesn't working efficiently. Is there any other utility is available for UWP applications?

like image 528
Sabaridass R Avatar asked May 23 '16 09:05

Sabaridass R


1 Answers

For UWP apps you have 2 options:

  • Use XAML Spy, which is a paid tool.
  • Use Live Visual Tree / Live Property Explorer in Visual Studio 2015 (or higher)
like image 179
Bart Avatar answered Nov 19 '22 07:11

Bart