debug call
基本解釋
- 激活或關(guān)閉調(diào)試呼叫
英漢例句
- If there were many component calls before your breakpoint was hit, you would see the call stack in the Debug view.
如果在遇到斷點(diǎn)之前有很多組件調(diào)用,將會在 Debug 視圖中看到調(diào)用堆棧。 - When you debug a call from native code to managed code, the managed code runs in the same physical thread as the native code that called it.
在調(diào)試本機(jī)代碼對托管代碼的調(diào)用時(shí),托管代碼與調(diào)用它的本機(jī)代碼在同一個(gè)物理線程中運(yùn)行。 - The Debug view (not to be confused with the Debug perspective) shows the call stack, the Variables view shows the current state of the program's variables, and the Console view shows the program.
Debug 視圖(不要與 Debug 透視圖混淆)展示了調(diào)用棧(call stack),Variables 視圖展示了程序變量的當(dāng)前狀態(tài),而 Console 視圖則展示了程序。