在哪里可以找到 Roslyn DEBUGGER 语法可视化工具?

Where to find Roslyn DEBUGGER Syntax Visualizer?

我的理解是,示例项目过去常常随 Roslyn SDK 一起提供,您可以将其手动编译并安装到 Visual Studio 2015/Visualizers 文件夹中。但是我安装了SDK,找不到。

Roslyn git 存储库中有 this folder,但其中 none 似乎是 调试器 语法可视化工具。

你找不到它,它被删除了,因为it stopped working due to changes in Roslyn:

There used to be a debugger visualizer sample in early versions of Roslyn CTP when syntax trees and nodes were serializable. We removed the serialization support for nodes at some point. Since debugger visualizers are required to run in a separate app domain, we would need nodes to be serializable to make this work correctly again.