execution stack meaning in Chinese
执行堆叠器
Examples
- Is thrown for execution stack overflow errors , typically in case of a very deep or unbounded recursion
因执行堆栈溢出错误引发,通常在存在非常深的递归或无界递归时发生。 - The exception that is thrown when the execution stack overflows because it contains too many nested method calls
因包含的嵌套方法调用过多而导致执行堆栈溢出时引发的异常。 - If you continue to probe as to why they are expensive , the most common answer will probably be that we need to capture the current state of the execution stack
如果您继续追问为什么它们很昂贵,最普遍的答案是我们需要捕获异常堆栈的当前状态。 - Thrown when the execution stack is exhausted by having too many pending method calls ; usually indicates a very deep or infinite recursion
当执行堆栈由于具有太多的挂起方法调用而耗尽时,就会引发此异常;这通常表明存在非常深的递归或无限递归。 - Once you have attached your debugger to the customer s workbench , you may take advantage of the full power of the eclipse debugger by setting breakpoints , examining variables and execution stacks , and more
在将调试器连接到客户的工作台之后,您就可以利用eclipse调试器的全部功能,如设置断点、检查变量和执行堆栈等等。