您要查找的是不是:
- Displays the address of the current stack frame. 显示当前堆栈帧的地址。
- Moves the active stack frame down. 下移活动堆栈帧。
- Moves the active stack frame up. 上移活动堆栈帧。
- To set the current stack frame to the second frame. 以便将当前堆栈帧设置为第二个帧。
- Execute to end of current stack frame. 执行到当前堆栈结构结束为止。
- Object that corresponds to a frame above the current stack frame. 初始化与当前堆栈帧之上的帧对应的新。
- A stack frame is essentially the same as a function call. 堆栈帧实质上是与函数调用相同。
- Method to obtain a specific stack frame in a stack trace. 方法可获取堆栈跟踪中的特定堆栈帧。
- Gets the absolute address range of the stack frame represented by this. 表示的堆栈帧的绝对地址范围。
- If you do not specify an argument, the stack frame pointer moves up one frame. 如果没有指定参数,堆栈帧指针将上移一帧。
- The -v option provides verbose information about each displayed stack frame. v选项为显示的每个堆栈帧提供详细信息。
- Otherwise, it assumes the provided address as a valid stack frame start address and attempts to traceback. 否则,它假定所提供的地址是有效的堆栈帧起始地址并设法进行回溯。
- Double-click a stack frame in the Call Stack window to change the context to that function call. 在“调用堆栈”窗口中双击堆栈帧,以更改函数调用的上下文。
- Copies its local variables into a stack frame object maintained by the JScript runtime before making a call out. 在执行对外调用之前,请将其局部变量复制到JScript运行库维护的堆栈帧对象中。
- If the call transfers control to a method of higher trust than the origin method, the stack frame is not released. 如果调用将控制转移到比原始方法信任级别更高的方法,则不释放堆栈帧。
- The Eclipse debugger displays the stack frame for the suspended threads for each target you are debugging. Eclipse调试器显示您调试中各个目标的暂挂线程的堆栈帧。
- If you do not specify an argument, the stack frame pointer moves down one frame. 如果没有指定参数,堆栈帧指针将下移一帧。
- The local variables occupy words of the stack frame, just like the method parameters. 同方法变量一样,本地变量占用堆栈结构中的字。
- That contains the value of the argument at the specified index, relative to the stack frame. 获取指向包含指定索引处参数的值的。
- Then the current stack frame is set to that frame (in this case, the second frame). 则当前堆栈帧设置为该帧(在此种情况下,为第二个帧)。