break execution中文,break execution的意思,break execution翻译及用法

2025-07-18 22:20 浏览次数 5

break execution

中断执行

break execution 例句

英汉例句

  • the debugger might or might not break execution when exception occurs.

    发生异常时,调试器不一定会中断执行。

  • when you run the application under the debugger, the debugger will break execution at that location when the code is hit.

    当您在调试器下运行该应用程序时,此调试器将在命中该代码时在该位置中断执行。

  • processes window, you can break execution of an attached process.

    「进程」窗口中,您可以中断附加进程的执行。

  • data breakpoints break execution when a value that is stored at a specified memory location is written.

    数据断点可在写入存储在指定内存位置的值时中断执行。

  • you can tell the debugger to break execution immediately when an exception is thrown, before any handler is invoked.

    您可以让调试器在引发异常时立即中断执行(在调用任何处理程序之前)。

  • the debugger will encounter that breakpoint and break execution on the way out of the current calls.

    调试器会在退出当前的调用过程中遇到该断点并中断执行。

  • you can break execution at any time to examine values, modify variables, and otherwise examine the state of your program.

    您可随时中断执行以检查数值、修改变数或检查程式的状态。

相关热词