You can break execution manually at any time.
您随时可以手动中断执行。
Processes window, you can break execution of an attached process.
“进程”窗口中,您可以中断附加进程的执行。
The debugger might or might not break execution when exception occurs.
发生异常时,调试器不一定会中断执行。
Data breakpoints break execution when a value that is stored at a specified memory location is written.
数据断点可在写入存储在指定内存位置的值时中断执行。
When you run the application under the debugger, the debugger will break execution at that location when the code is hit.
当您在调试器下运行该应用程序时,此调试器将在命中该代码时在该位置中断执行。
You can break execution at any time to examine values, modify variables, and otherwise examine the state of your program.
您可随时中断执行以检查数值、修改变数或检查程序的状态。
Using the debugger, you can start, or continue, execution, break execution, stop execution, step through your application, run to a specified location, and set the execution point.
使用调试器,可以执行下列操作:开始(或继续)执行、中断执行、停止执行、逐句通过应用程序、运行到指定位置以及设置执行点。
Then, break the execution and find the assembly code representing the infinite loop.
然后,中断执行并找到表示该无限循环的汇编代码。
A watchpoint will break program execution when the specified expression changes value, but it must be set when the variables used in the expression are in scope.
当指定表达式的值改变时,监视点将中断程序执行,但必须在表达式中所使用的变量在作用域中时设置监视点。
At this point, the break statement causes program execution to break out of the while loop, skipping the else clause.
此时,break语句导致程序执行中断while循环,跳转到else子句。
After establishing the roles and people involved in the modeling for execution process, you can further break up the process into three phases with associated activities.
在确定为执行而建模过程中涉及到的角色和人员之后,您可以进一步将流程细分为三个带关联活动的阶段。
Media buying may seem to be a tertiary concern, but advertising execution can be a make or break venture for brands on the brink of new market success.
媒体购买看似是再次之才要考虑的问题,不过在开拓新市场的阶段,广告运作却是成败的关键。
The IDE prompts you to switch to the Debug perspective; after you switch to that perspective, execution stops at the break point that was set (see figure 7).
ide会提示切换到Debug透视图;切换到透视图之后,执行过程会在前面设置的断点处停止(见图7)。
You can use edit and continue to edit your code in Break mode, and then continue without stopping and restarting execution.
可以在中断模式下使用“编辑并继续”编辑代码,然后不必停止和重新启动执行即可继续。
If the value is read but not written, execution does not break.
如果该值已读取但未写入,则不会中断执行。
Hitting this point performs a specified action but does not break program execution.
命中此点则执行指定的操作,但不中断程序的执行。
If you have set breakpoints in your code, execution will break at the first breakpoint.
如果已在代码中设置了断点,执行会在第一个断点处中断。
Many programming languages have statements or constructs that suspend execution and put your program into break mode.
许多编程语言都有用于挂起执行并使程序进入中断模式的语句或构造。
When execution is suspended at a breakpoint, your program is said to be in break mode.
当执行在某个断点处挂起时,我们称程序处于中断模式。
Edit and Continue enables you to stop program execution in Break mode, make changes to the executing code, and resume program execution with the newly incorporated changes.
可让您在中断模式中停止程序执行、变更执行中的程序码,并以新加入的变更继续执行程序。
Setting break points: Program execution can be temporarily suspended at specified points (called break points).
设置断点:程序执行可以在特定点(被称为断点)处被临时挂起。
DataTips work only in break mode and only with variables that are in the current scope of execution.
资料提示方块只能够在中断模式中运作,并且只能使用目前执行范围内的变数。
You can also continue or resume execution of a process that is currently in break mode.
您也可以让当前处于中断模式的进程继续执行或恢复执行。
Execution will break just before allocating the block, and you can backtrack to determine what routine was responsible for the bad call.
执行将恰在分配该块以前中断,您可以向回追踪以确定哪个例程执行了错误调用。
When you apply code changes explicitly, your program remains in break mode - no execution occurs.
当显式应用代码更改时,程序保持在中断模式下,不会执行。
When you apply code changes explicitly, your program remains in break mode - no execution occurs.
当显式应用代码更改时,程序保持在中断模式下,不会执行。
应用推荐