7

I've used Snoop, it is the brilliant tool for WPF. SilverlightSpy has similar functionality for Silverlight and WP7. Does anybody know about any similar tools for Windows 8 projects?

EDIT : I mean Windows Metro style applications on C#/XAML that run in Simulator or Local Machine.

RredCat
  • 5,259
  • 5
  • 60
  • 100

1 Answers1

2

From what I've heard (and according to these posts), there really isn't a good way to do that yet. Supposedly it's coming with the next version. Semi-functional way to debug bindings now.

N_A
  • 19,799
  • 4
  • 52
  • 98
  • Thanks. I will look for final version. Thanks for link to debug binding. – RredCat Jun 05 '12 at 12:53
  • 5
    Moreover, I've found this utility XamlSpy (http://xamlspy.com/). Pre-release version is free for current moment and I need add some code to force it works - http://xamlspy.com/learn/tutorials/connect/winrt – RredCat Jun 17 '12 at 09:27
  • XAML Spy works *very* nicely for Windows 8 Store Apps. Well worth the money. – Stephen Hosking Jul 18 '14 at 01:02