断点 Breakpoint
断点(Breakpoint),除错(Debug)设置断点可以让程序运行到该行程序时停住,借此观察程序到断点位置时,其变量、暂存器、I/O等相关的变量内容,有助于深入了解程序运作的机制,发现、排除进程错误的根源。
单词 | Watchpoint |
释义 |
Watchpoint
中文百科
断点 Breakpoint(重定向自Watchpoint)
断点(Breakpoint),除错(Debug)设置断点可以让程序运行到该行程序时停住,借此观察程序到断点位置时,其变量、暂存器、I/O等相关的变量内容,有助于深入了解程序运作的机制,发现、排除进程错误的根源。
英语百科
Breakpoint 断点(重定向自Watchpoint)
![]() In software development, a breakpoint is an intentional stopping or pausing place in a program, put in place for debugging purposes. It is also sometimes simply referred to as a pause. More generally, a breakpoint is a means of acquiring knowledge about a program during its execution. During the interruption, the programmer inspects the test environment (general purpose registers, memory, logs, files, etc.) to find out whether the program is functioning as expected. In practice, a breakpoint consists of one or more conditions that determine when a program's execution should be interrupted. |
随便看 |
|
英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。