您要查找的是不是:
- 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). 則當前堆棧幀設置為該幀(在此種情況下,為第二個幀)。