http://blogs.clariusconsulting.net/pga

Pablo Galiano's Blog

Go Back to
pga′s Latest post

DSL / VS 10 The Store Viewer

***Disclaimer: This information applies to Visual Studio 2010 Beta 1 only.***

 

There is a really useful utility in the new version of DSL, that is the Store Viewer.

The API to use it is really simple:

 

using Microsoft.VisualStudio.Modeling.Diagnostics;

StoreViewer.Show(store);

 

 image

With this viewer already implemented, the next logic step for me is to have a VS debugger visualizer. We should cross the fingers and maybe in the next Beta 2 we will see it.

 

Pablo

Comments

2 Comments

  1. I feel so much happier now I undtersnad all this. Thanks!