常見例句Alternatively, you can use Debugger.Break in concert with the new tracepoint feature in Visual Studio 2005. 另外;可以使用Debugger.;Break以便與Visual Studio 2005中新的跟蹤點(diǎn)功能保持一致。With this control selected, you can use a breakpoint as a tracepoint to trace your program execution, rather than breaking when the location is hit. 選擇了此控件時,可以將斷點(diǎn)用作跟蹤點(diǎn)來跟蹤程序執(zhí)行,而不是在命中該位置時中斷。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) 返回 tracepoint