我现在使用带有 Update 1 的 Visual Studio 2015 来调试应用程序。我根据这篇文章http://blog.qetza.net/en/2010/03/08/vs-2010-personnalisation-des-vnements-de-lintellitrace/自定义了collectionplan.xml来追踪我自己的代码。当我想跟踪嵌套私有类中的函数时,该事件不会显示在诊断窗口中。
我试图将TypeName
标签更改为从 IL 中找到的<fullqualified outer class id>/<nested class name>,但失败了。
是不可能的还是我拼错了TypeName
?