XAML Spy 3 | XAML Spy 2
In order to spy an app, the app needs to connect to the XAML Spy service. Access to the source code of a XAML app is preferred but not required. When you do not have access to the source code of a XAML app, XAML Spy can still connect the app for you in many cases.
XAML Spy comes with MSBuild tasks and targets to be included in your project. Just add a single project import to your Visual Studio project and XAML Spy is automatically enabled for your app. XAML Spy for Visual Studio adds a menu option to the project contextmenu, automating the process of adding/removing the project import.
Follow these steps to enable XAML Spy in your XAML project. Alternatively, watch this 30 second mini-tutorial on how to use XAML Spy.
More details about Visual Studio integration can be found in the XAML Spy for Visual Studio guide. See the How to connect manually tutorial when using MSBuild is not an option, or when you need to connect a remote device.
When you do not have access to the source code of a XAML app, you can use the Add App wizard. Launch the wizard by selecting the Add App button in the toolbar of the XAML Spy Explorer. The wizard displays a selection of the XAML platforms supported on your system as is demonstrated in the following image;
XAML Spy can launch any in-browser Silverlight app that is available on the web, as well as installed out-of-browser apps and Silverlight XAP packages located on the local file system. Before launching the Silverlight app, XAML Spy injects a piece of code that automatically connects the app to the XAML Spy service.
XAML Spy is able to launch Windows Phone apps based on phone XAP packages located on the local file system. The phone app is launched in the target device or emulator that is selected in the add app wizard.
Source code access is required for connecting Windows Store apps. Either use Visual Studio integration or connect manually.
XAML Spy can attach to running WPF apps. Just run your WPF app as you normally would, launch the Add App wizard, select WPF > Attach to process and double-click the WPF app that you want to spy on.