| 1. | When an overrun is detected , execution is halted 当检测到溢出时,将中断执行。 |
| 2. | You can break execution manually at any time 您可以随时手动中断执行。 |
| 3. | To break execution when an exception is thrown 在引发异常时中断执行 |
| 4. | The debugger may or may not break execution when exception occurs 发生异常时,调试器不一定会中断执行。 |
| 5. | To interrupt execution at a given spot , usually for the purpose of debugging 在给定点中断执行,通常用于调试程序。 |
| 6. | How to : break execution >如何:中断执行 |
| 7. | By default , the debugger breaks execution every time the breakpoint is hit 在默认情况下,每次命中断点,调试器就中断执行。 |
| 8. | For our purposes however we ll break just before the wib function is called 然而,我们只希望在调用wib ( )函数之前中断执行。 |
| 9. | When the debugger breaks execution because of an exception , a dialog box appears 当调试器由于异常而中断执行时,将显示一个对话框: |
| 10. | In either case , the debugger breaks execution when the invalid breakpoint is hit 在这两种情况下,当命中无效断点时,调试器都会中断执行。 |