网站首页  英汉词典

请输入您要查询的英文单词:

 

单词 Symbolic debugger
释义

Symbolic debugger

中文百科

调试工具 Debugger

(重定向自Symbolic debugger)
Winpdb debugging itself.

调试工具亦称侦错工具除错工具除错程序调试器除错器,英文名称为Debugger,指一种用于调试其它程序的电脑程序及工具。能够让代码在指令组仿真器(ISS)中可以检查运行状况以及选择性地运行,以便排错、除错。当开发的进度遇到瓶颈或找不出哪里有问题时,这技术将是非常有用的。但是将程序运行在除错器之下,这将比直接在运作的平台以及处理器上运行还要来得慢。

当程序当机时,如果除错器是属于来源阶段除错器(source-level debugger)或象征阶段除错器(symbolic debugger),除错器即可以显示出错误所在位置的源代码,并使其于集成开发环境里也能看见。要是属于低级除错器(low-level debugger)或机器语言除错器(machine-language debugger)的话,它将能显示的是一行一行的反汇编码(这里指的当机情况是指,当发生原因是因为程序员在设计上的疏失,使得程序无法继续正常运行的情况。例如程序尝试去调用某个对在该版本的CPU上而言是不合理的操作,或者是对保护或无法访问的内存位置进行写入)。

英语百科

Debugger 调试工具

(重定向自Symbolic debugger)
Winpdb debugging itself
Debugging in Visual Studio 2015

A debugger or debugging tool is a computer program that is used to test and debug other programs (the "target" program). The code to be examined might alternatively be running on an instruction set simulator (ISS), a technique that allows great power in its ability to halt when specific conditions are encountered. but which will typically be somewhat slower than executing the code directly on the appropriate (or the same) processor. Some debuggers offer two modes of operation—full or partial simulation—to limit this impact.

随便看

 

英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/20 10:08:20