0
votes

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

2 Answers

3
votes

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

1
votes

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