中断执行 meaning in Chinese
break execution
Examples
- When an overrun is detected , execution is halted
当检测到溢出时,将中断执行。 - You can break execution manually at any time
您可以随时手动中断执行。 - To break execution when an exception is thrown
在引发异常时中断执行 - The debugger may or may not break execution when exception occurs
发生异常时,调试器不一定会中断执行。 - To interrupt execution at a given spot , usually for the purpose of debugging
在给定点中断执行,通常用于调试程序。