debugging program meaning in Chinese
调试程序
调整程序排除故障时间
Examples
- A breakpoint that are inserted in object code to cause a branch to a debug program at proper times and places
在目的代码中安插的断点,使得执行在适当的时间和位置上转向查错程序。 - When debugging program compiled from the command line , dgbclr rereads the compiled program each time you start debugging
当调试从命令行编译的程序时, dgbclr在您每次开始调试时都会重新读取编译的程序。 - When debugging program compiled from the command line , visual studio rereads the compiled program each time you start debugging
当调试从命令行编译的程序时, visual studio在您每次开始调试时都会重新读取编译的程序。 - After reading this article , you ll understand why and how to interactively diagnose glitches in pre - debugged programs and you ll have access to some java tools to facilitate your work
阅读本文后,您将理解在预调试( pre - debugged )程序中交互地诊断小错误的做法及原因,您将能够使用一些java工具来方便您的工作。 - The simulation of the addressing mode provides the possibility for the instruction simulation , and the simulation of the interrupt , timer and serial port lets the simulator implement the functions of the interrupt , timer and serial like a processor , and the program control simulation provides the possibility for running the program . this function is also the base for debugging program , which can set step running mode , set break points by using this program
寻址方式的模拟为指令的模拟提供了可能,中断、定时器和串行口的模拟使模拟器可以象处理器一样完成中断功能、定时功能和串行通讯功能,程序控制的模拟为程序运行提供了可能,这一功能又是调试程序的基础,通过这个程序程序可以单步执行,设断点执行。