程序断点是指由于有特殊事件(中断事件)发生,计算机暂停当前的任务(即程序),转而去执行另外的任务(中断服务程序),然后再返回原先的任务继续执行。
如果应用程序在断点处停止执行,则表明调试信息正确显示。
If the application execution is stopped at the breakpoint, the debugging information is presented correctly.
使用断点暂停程序的执行以便检查状态。
您可以从当前语句开始运行直至到达一个断点(或程序尾部)。
Run from the current statement until a breakpoint (or the end of the program) is reached.
应用推荐