调试
书上说,调试(debugging)是最后的步骤,用来纠正打字的错误和疏忽。可是我的工作方法看上去却像编程就是在调试。
调试选项状态
... controllers端口控制状态 debugging调试选项状态 decnetDEC网络信息 ...
除错
* 程式除错 (Debugging):当程式执行不如预期时,透过方块的移动及改变来解决问题。
调试变量
... $debug_tpl [调试模型板] $debugging [调试变量] get_config_vars [取配备布置变量的值] ...
程序排错 ; 程序调试 ; 程序调式
调试模式 ; 除错模式 ; 调态
调试语句 ; 除错叙述
Debugging is a methodical process of finding and reducing the number of bugs, or defects, in a computer program or a piece of electronic hardware, thus making it behave as expected. Debugging tends to be harder when various subsystems are tightly coupled, as changes in one may cause bugs to emerge in another.Numerous books have been written about debugging (see below: Further reading), as it involves numerous aspects, including interactive debugging, control flow, integration testing, log files, monitoring (application, system), memory dumps, profiling, Statistical Process Control, and special design tactics to improve detection while simplifying changes.