Is there a Visual Studio debugger visualizer for the ASP.NET Session?

asp.net, debuggervisualizer, debugging, visual-studio

Solution

Have you tried this one from Codeproject? After correcting the Reference to `Microsoft.VisualStudio.DebuggerVisualizers` from version 9.0 to 10.0 it worked in vs2010.

Installation folder is:

`C:\Program files\Microsoft Visual Studio 10.0\Common7\Packages\Debugger\Visualizers`

Problem

If so; where can I get it?

Original source