tracepoint
基本解释
- 跟踪点
英汉例句
- Alternatively, you can use Debugger.Break in concert with the new tracepoint feature in Visual Studio 2005.
另外;可以使用Debugger.;Break以便与Visual Studio 2005中新的跟踪点功能保持一致。 - 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.
选择了此控件时,可以将断点用作跟踪点来跟踪程序执行,而不是在命中该位置时中断。 - 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
从头开始创建跟踪点