
跟蹤點(diǎn)
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. 命中跟蹤點(diǎn)時,調(diào)試器執(zhí)行指定的跟蹤點(diǎn)操作,而不是或不僅僅是中斷程序執(zhí)行。
When the tracepoint is hit, it causes the debugger to perform the specified action instead of or in addition to breaking program execution. 當(dāng)命中跟蹤點(diǎn)時,跟蹤點(diǎn)會使調(diào)試器執(zhí)行指定的操作,而不是或不僅僅是中斷程序執(zhí)行。
To Create a Tracepoint From Scratch 從頭開始創(chuàng)建跟蹤點(diǎn)