Mole v4.2 For Visual Studio « Karl On WPF – .Net Mole was designed to not only allow the developer to view objects or data, but to also allow the developer to drill into properties of those objects and then edit them. Mole allows unlimited drilling into objects and sub-objects. When Mole finds an IEnumerable object, the data can be viewed in a DataGridView or in the properties grid. in Public bookmarkswith toolsvstudiowpf
Visual Studio .NET sanity I created a little .exe which sends a command-line to a running instance of VS.NET. For example, you could set up a macro in your favorite editor to jump into VS.NET at your current edit location, to set a breakpoint or whatever. E.g.: DevEnvCommand File.OpenFile c:/path/to/some/file.cpp DevEnvCommand Edit.GoTo 37 in Public bookmarkswith emacsvstudio