如果应用程序在断点处停止执行,则表明调试信息正确显示。
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.
应用推荐