| 释义 |
set breakpoint 置断点 A user debug command designed to create the setting of a breakpoint in a memory location. At program execution, this breakpoint, when encountered, causes a temporary program suspension and a transfer of control to the system debug routine. 用于在某一存储器地址处设置一个断点的用户调试命令。在程序执行时,遇到此断点即引起程序暂时挂起,并将控制转移到系统调试程序。 |