调试程序(debugger) 调试程序是可在被编译了的程序中判定执行错误的程序,它也经常与编译器一起放在IDE中。运行一个带有调试程序的程序与直接执行不同,这是因为调试程序保存着所有的或大多数源代码信息(诸如行数、变量名和过程)。它还可以在预先指定的位置(称为断点(breakpoint))暂停执行,并提供有关已调用的函数以及变量的当前值的信息。为了执行这些函数,编译器必须为调试程序提供恰当的符号信息,而这有时却相当困难,尤其是在一个要优化目标代码的编译器中。因此,调试又变成了一个编译问题。
... debugging on-line 联机程序的调试 debugging routine 调试程序,排错程序 debugging statement 调试语句 ...
基于200个网页-相关网页
探析空调控制系统调试 - xzbu.com 中国论文网 关键词:调试程序;调试阶段;费用收取 [gap=440]Keywords: debug program; Commissioning phase; charges
基于122个网页-相关网页
... interactive debugging 交互程序调整,交互调... debugging program 调试程序 debugging aids 翟辅助程序 ...
基于72个网页-相关网页
·2,447,543篇论文数据,部分数据来源于NoteExpress
通常在部署平台上调试程序是不可行或不切实践的。
Often, it's not possible or practical to debug software on the deployment platform.
调试程序。
在调试程序时,大约有90%的时间都要花在寻找问题上。
When debugging, perhaps 90 percent of your time is spent just finding the problem.
That didn't work. Well they couldn't figure out what was wrong. And they spent a long time trying to debug the program.
调试这个程序,那时候当然不叫调试了,然后他们发现了问题。
And a large part of being a good programmer, or learning to be a good programmer, is learning how to debug. And it's one of these things where it's harder.
没人能凭本能做好它,如果你相当一名优秀的程序员,或者想通过学习成为一名优秀的程序员,很重要的一部分就是学习怎么去调试。
But for the next week or two when you're writing programs, at least for the first time, generally if you're trying Scratch to debug them like you might have been trying to troubleshoot Scratch, you're probably going to reason - through it by looking through the your code -- -- top to bottom, maybe engage a staff member for help -- but your friend will also be printf.
但是,在接下来的一两周内,当你们写程序的时候,或至少在第一次写的时候,通常如果你在调试程序,就像你们可能已经试着调试过,你们或许是通过查看你们的代码,来推断你们的程序-,从头到尾,可能还需要别人的帮忙-,但是你的朋友也将要打印输出。
应用推荐