So how exactly is IDEA's exception breakpoint supposed to be used?
那么到底是怎样的想法异常断点应该使用?
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 interface then informs the debugger that a breakpoint or exception has been received.
然后,调试器接口会通知调试器已经收到了断点或异常。
The thread that generated the breakpoint instruction or exception must not be allowed to execute during the synchronization process.
在同步进程期间,不得执行生成断点指令或异常的线程。
When managed code executes a breakpoint instruction or generates an exception, the runtime controller is notified.
当托管代码执行断点指令或生成异常时,将通知运行时控制器。
The debugger breaks execution of the program when execution reaches a breakpoint or when an exception occurs.
当执行到达一个断点或发生异常,调试器将中断程序的执行。
The debugger breaks execution of the program when execution reaches a breakpoint or when an exception occurs.
当执行到达一个断点或发生异常,调试器将中断程序的执行。
应用推荐