tracepoint
基本解釋
- 跟蹤點(diǎn)
英漢例句
- 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.
選擇了此控件時(shí),可以將斷點(diǎn)用作跟蹤點(diǎn)來(lái)跟蹤程序執(zhí)行,而不是在命中該位置時(shí)中斷。 - When a tracepoint is hit, the debugger performs the specified tracepoint action instead of, or in addition to, breaking program execution.
命中跟蹤點(diǎn)時(shí),調(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.
儅命中跟蹤點(diǎn)時(shí),跟蹤點(diǎn)會(huì)使調(diào)試器執(zhí)行指定的操作,而不是或不僅僅是中斷程序執(zhí)行。 - To Create a Tracepoint From Scratch
從頭開(kāi)始創(chuàng)建跟蹤點(diǎn)