当调试器中断一个异常时,你可以检测应用程序的状态并进行控制执行,就像断点被击中那样。
When the debugger breaks on an exception, you can inspect the application state and control execution, just as when a breakpoint is hit.
调试器检测到了这个异常并停止了程序的执行。
The debugger detected the exception and stopped executing the program.
接下来,使用调试器检测并纠正在运行时检测到的逻辑错误和语义错误等问题。
Next, the debugger is used to detect and correct such problems as logic errors and semantic errors that are detected at run-time.
应用推荐