只有一种情况时,你会发现有用的信息是当你调试一个例外。
The only scenario when you would find this information useful is when you're debugging an exception.
当你加入调试信息到工程中的类中,你的信息输出是否穿插于其他开发者的很多信息中,使得您的信息很难辨认和读取呢?
When you add debugging messages to a class in a project, are the outputs of your messages interleaved among dozens of messages from other developers, making your messages difficult to read?
当你在调试的时候,IntelliTrace会在后台搜集一个托管应用程序的数据,包括来自许多像ado.net、a SP.NET、以及System . XML之类的framework部件的信息。
While you're debugging, IntelliTrace collects data about a managed application in the background, including information from many framework components such as ADO.NET, ASP.NET and System.XML.
应用推荐