debug call
常見例句
- If there were many component calls before your breakpoint was hit, you would see the call stack in the Debug view.
如果在遇到斷點之前有很多組件調(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)試本機代碼對托管代碼的調(diào)用時,托管代碼與調(diào)用它的本機代碼在同一個物理線程中運行。 - 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 視圖展示了程序變量的當前狀態(tài),而 Console 視圖則展示了程序。 返回 debug call