跟踪调试 meaning in Chinese
trace debug
Examples
- True if the runtime will track information during code generation for the debugger ; otherwise ,
如果运行库将在代码生成过程中跟踪调试器的信息,则为 - It covers the theory and algorithm of how to implement the breakpoint , single step , execution control and symbolic access . the general hardware and operation system support are briefly introduced in order to well explain the mechanism of debugging process
然后介绍了断点设置,单步跟踪,执行控制和符号表读写的原理;以及硬件和操作系统对跟踪调试的支持。 - Your ability to debug may be limited by whether the code was built with debug information , whether the debugger has access to the source code , and whether the common language runtime jit compiler is tracking debug information
调试能力可能受到限制,限制因素包括:生成代码时是否包含调试信息、调试器是否有权访问源代码,以及公共语言运行库jit编译器是否正在跟踪调试信息。 - Your ability to inspect the program may be limited by whether the program was built with debug information , whether the debugger has access to the source code , and whether the common language runtime just - in - time compiler is tracking debug information
检查程序的能力可能会受以下几种情况的限制:是否使用调试信息生成程序、调试器是否有权访问源代码以及公共语言运行库just - in - time ( jit )编译器是否正在跟踪调试信息。 - Your ability to inspect the program may be limited , of course , depending on whether the program was built with debug information and whether you have access to the program s source code , and whether the common language runtime jit compiler is tracking debug information
当然,检查程序的能力可能会受到某些限制,这取决于程序是否用调试信息生成,是否可以访问程序源代码,以及公共语言运行库jit编译器是否在跟踪调试信息。