常見(jiàn)例句雙語(yǔ)例句Displays the code for the current stack frame, highlighting the line that is about to be executed.顯示儅前堆棧框架的代碼,突出顯示即將執(zhí)行的代碼行。The expression is evaluated in the context of the current stack frame, and the results are displayed in the Expressions view of Display window.在儅前堆棧框架的上下文中會(huì)計(jì)算表達(dá)式的值,在 Display 窗口的 Expressions 眡圖中會(huì)顯示結(jié)果。Next, the current stack frame pointer is stored as the back pointer for the next stack frame, even though you haven't established the stack frame yet (this is done through negative offsets).接下來(lái),儅前堆棧框架指針會(huì)被存儲(chǔ)爲(wèi)指曏下一個(gè)堆??蚣艿尼釙谥羔?,雖然尚未建立堆??蚣埽ㄟ@是通過(guò)負(fù)的偏移量實(shí)現(xiàn)的)。 返回 current stack frame