在 Visual Studio 2015 中使用 autoexp.cs 修改外部 DebuggerDisplay

问题描述:

可以改变VS 调试器甚至可以通过更改 autoexp.cs 来显示您不拥有的类型.

It's possible to alter the way the VS debugger displays types even for types you don't own by altering autoexp.cs.

但是,在我的安装中,此文件不存在于 My Documents/Visual Studio 2015/Visualizers/ 或其他文件夹中.它确实存在于 2013 文件夹中:My Documents/Visual Studio 2013/Visualizers/autoexp.cs

However, in my installation this file does not exist in My Documents/Visual Studio 2015/Visualizers/ nor in another folder. It does exist in the 2013 folder: My Documents/Visual Studio 2013/Visualizers/autoexp.cs

它的位置改变了吗?功能是否已(重新)移动?

Did its location change? Has the functionality been (re)moved?

仍然可以将可视化程序 dll 放在此文件夹中,只是默认情况下该文件不再存在.

It is still possible to place visualizer dll's in this folder, the file just isn't there by default anymore.