When you continue execution (using the green arrow), the JSP is served into the Web browser.
继续执行时(使用绿色箭头),JSP将会在Web浏览器中打开。
If you want to continue execution at a particular address, you could provide that address as a parameter.
如果您想在某个特定地址处继续执行,则可以提供该地址作为参数。
Once pthread_cond_wait() has the lock, it will then return and allow thread 1 to continue execution.
一旦 pthread_cond_wait()锁定了互斥对象,那么它将返回并允许1 号线程继续执行。
With Edit and continue, you can make changes to your code while debugging, and then continue execution.
使用“编辑并继续”,您可以在调试时对代码进行更改,然后继续执行。
Can you give an instance, for an application programmer to handle segmentation fault and continue execution of the program?
你能举一个实例,供应用程序程序员处理分割错误并继续执行该程序?
Click the Resume button to continue execution, and the application displays a simple test message for the email you selected.
单击Resume按钮继续执行,应用程序会针对选择的电子邮件显示一个简单的测试消息。
Application manager threw an uncaught exception The application manager event thread threw an uncaught exception and cannot continue execution.
应用程序管理器遭遇一个固有程序故障导致无法继续执行。
If necessary, you can continue execution of the program from that point to see what happens to the object and perhaps determine why it is not properly deallocated.
如果必要,可以从该点继续执行程序,以查看对象发生了什么情况,或许可以确定未正确释放对象的原因。
You can now step through your JSP, viewing and changing variable values as you go, and when you continue execution (using the green arrow), the JSP is served into the Web browser.
现在您可以单步调试JSP文件,同时查看并更改变量值,而当您继续执行(使用绿色箭头),JSP文件就被提交给浏览器。
When a thread is blocked waiting for I/O, it is useful to be able to separate the waiting thread from the original thread of execution, allowing it to continue working.
当一个线程在等待I/O 的过程中被阻止时,将等待中的线程与原始执行线程分离开来将会很有用,这将使它能继续工作。
Second, a failed test should indicate that something unexpected happened (for example, a reference is null) and normal execution can't continue.
其次,失败的测试应当代表发生了意料之外的事(例如,引用为空),正常的执行不能继续。
If you set the Continue on Error attribute to no, there is no negative performance impact to the normal process execution.
如果将Continueon Error属性设置为No,则对常规流程的执行在性能上没有负面影响。
We had to continue program execution twice to get to this point, however by setting a condition on the breakpoint we can make gdb halt only when "value" actually equals "div".
我们必须继续执行两次程序才会发生这种情况,但是只要在断点上设置一个条件就可以使gdb只在 "value" 与 "div"真正相等时暂停。
When the supplier sends in a quote related to this order, the process execution will continue and leave the receiveQuote activity.
当供应商传入了与这个订单有关的报价后,过程将继续执行并离开receiveQuote活动。
When you right-click an entry in the Signals View, the Resume with Signal context-menu option lets you continue the target's execution and send the selected signal to the process.
当右键单击Signals视图中的条目时,ResumewithSignal 上下文菜单选项允许您继续执行目标并将选定的信号发送到进程。
This steps over the highlighted line of code and continues execution at the next line in the same method (or it will continue in the method from which the current method was called).
该操作会越过高亮显示的那行代码,继续执行同一方法中的下一行代码(或者继续执行调用当前方法的那个方法的下一行代码)。
From the previous investigation the problem occurs when "value" and "div" are equal, so type 'continue' to resume execution until breakpoint 1 is next reached.
从以上的调查中可以看出,当“value ”和“div ”相等时就会出现问题,因此输入'continue '继续执行,直到下一次遇到1号断点。
In the meantime to allow our program to die naturally we tell GDB to carry on execution with the 'continue' command.
在允许程序自然终止的同时,我们使用'continue '命令告诉gdb继续执行。
When an execution of a user service completes, it invokes a special JBPM service, which signals waiting process token to continue.
当用户服务执行完后,它会调用一个特殊的JBPM服务,该服务通知等待流程继续执行。
Fan in is always partnered with a Fan Out in the same flow and ACTS as a decision point for when to continue flow execution.
扇入总是与扇出一起出现在相同流中,并作为何时继续执行流的判定点。
It is left up to the implementer of the transaction manager to decide whether the thread of execution will continue to retry the commit call, or just keeps blocked.
将由事务管理器的实现器决定执行线程是否继续重新提交请求或保持阻止状态。
Once you set the property value as false, the application will not exit JVM even if there is an error in the execution of SQLJ tools, and you can continue with execution of your application.
一旦将属性值设为false,即使SQLJ工具执行中出现错误,应用程序也不会退出JVM,可以继续执行应用程序。
Edit and Continue places the point of execution as accurately as possible, but the results may not be correct in all cases.
“编辑并继续”尽可能正确地放置执行点,但是并非所有情况下的结果都正确。
“继续”,以继续执行。
Each time a function is called, some state information needs to be pushed on a stack, so that once the function has completed, execution can continue from where it left off.
每次函数调用,一些状态信息需要推进栈中,所以一旦该函数完成,执行将从它离开的地方继续。
Some code changes can cause the point of execution to move to a new location when Edit and Continue applies the changes.
“编辑并继续”应用更改时,一些代码的更改会使执行点移动到新的位置。
You can use edit and continue to edit your code in Break mode, and then continue without stopping and restarting execution.
可以在中断模式下使用“编辑并继续”编辑代码,然后不必停止和重新启动执行即可继续。
Normally when you perform a query from a script, it will wait for the execution of that query to finish before it can continue.
正常情况下,当你的脚本执行一个查询时,它需要等到查询全部执行完才能继续下去。
We then told the debugger to continue the execution.
然后我们告诉调试器去继续执行。
We then told the debugger to continue the execution.
然后我们告诉调试器去继续执行。
应用推荐