This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
查看跟踪日志
============
## 使用 诊断工具
1. 打开:诊断工具窗口
Visual Studio 菜单栏 --> 调试 --> 窗口 --> 显示诊断窗口
2. 设置 IntelliTrace,诊断窗口的内容包含跟踪项
+ Visual Studio 菜单栏 --> 工具 --> 选项 --> IntelliTrace --> 常规 --> 启用
+ Visual Studio 菜单栏 --> 工具 --> 选项 --> IntelliTrace --> IntelliTrace 事件 --> 跟踪:全选或按需选择
3. 查看:
+ 命中断点时:在诊断工具的事件里可以查看详情
+ 运行之后:在诊断工具的事件里中,可以查看:只是有个历史记录,没有详情;
## 跟踪监听器
使用自定议的跟踪监听器或预定义的TraceListener
## 使用 VS性能探查器
目前测试的结果是:PerView不能收集到跟踪日志信息,只能收集到事件日志。
## PerView