跟踪点
Alternatively, you can use Debugger.Break in concert with the new tracepoint feature in Visual Studio 2005. 另外
When a tracepoint is hit, the debugger performs the specified tracepoint action instead of, or in addition to, breaking program execution. 命中跟踪点时,调试器执行指定的跟踪点操作,而不是或不仅仅是中断程序执行。
When the tracepoint is hit, it causes the debugger to perform the specified action instead of or in addition to breaking program execution. 当命中跟踪点时,跟踪点会使调试器执行指定的操作,而不是或不仅仅是中断程序执行。
To Create a Tracepoint From Scratch 从头开始创建跟踪点