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).
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).
MSDN Visualizers look at the Note and remember that silverlight in WP7 runs in partial trusted mode.
If I understood what you mean, you can use the shortcut ctrl+f9 to get access to the visualizer :)