The Roslyn Syntax Debugger Visualizer is an assembly that can be used in a Visual Studio debug session to visualize Roslyn SyntaxTrees, SyntaxNodes, SyntaxTokens and SyntaxTrivia. The project itself is just a library, and cannot be run. If you compile it, a couple of DLLs are generated that can be used in Visual Studio to enhance your ability to debug applications that use the Roslyn APIs.

To use the debugger visualizer, the DLLs generated by compiling the SyntaxDebuggerVisualizer project must be copied to the ...\Documents\Visual Studio 2010\Visualizers directory. You may need to create the Visualizers directory.

Here is a step by step outline of what to do: