If that condition does not hold true , the assertion fails , execution of your program is interrupted , and the 如果该条件不为真,则断言失败,中断程序的执行,并显示
When the debugger encounters a stop statement , it breaks execution of the program enters break mode 当调试器遇到stop语句时,它将中断程序的执行(进入中断模式) 。
The debugger breaks execution of the program when execution reaches a breakpoint or when an exception occurs 当执行到达一个断点或发生异常,调试器将中断程序的执行。
Access to " protected " resources may be requested at different times during the execution of a java program 在java程序的执行过程中,可能需要在不同的时间访问“受保护的”资源。
It consists of a stack , the state of the cpu registers , and an entry in the execution list of the system scheduler 它由堆栈、 cpu注册的状态和系统计划程序的执行列表中的项组成。
In dppx , a method of ensuring the uninterrupted use of a data area or code by one thread 在分布式处理程序的执行程序( dppx )中,保证某一数据区或代码由某一线程不中断的使用的一种方法。
Occurs when asp . net has completed executing all request event handlers and the request state data has been stored 在asp . net已完成所有请求事件处理程序的执行并且请求状态数据已存储时发生。
Because of the simulator ' s break point function , the running time of a segment of the program can be obtained 由于模拟器有断点执行的功能,所以通过这种方法,也可以得到一段程序的执行时间。
A location in a program at which execution is to be stopped and control of the processor switched to the debugger 一个在程序中的地址,在那里程序的执行被停止,并且处理器的控制转换到了除错程序。
Occurs when asp . net bypasses execution of the current event handler and allows a caching module to serve a request from the cache 在asp . net跳过当前事件处理程序的执行并允许缓存模块满足来自缓存的请求时发生。