VS Debug Visualizer for WP7

332 Views Asked by At

Does Visual Studio 2010 support Debug Visualizers for Windows Phone (Silverlight) development?

My visualizer works fine in Windows apps but simply won't show up when debugging WP7 apps (no error message either).

2

There are 2 best solutions below

0
On BEST ANSWER

MSDN Visualizers look at the Note and remember that silverlight in WP7 runs in partial trusted mode.

2
On

If I understood what you mean, you can use the shortcut ctrl+f9 to get access to the visualizer :)