debug call
基本解释
- 激活或关闭调试呼叫
英汉例句
- If there were many component calls before your breakpoint was hit, you would see the call stack in the Debug view.
如果在遇到断点之前有很多组件调用,将会在 Debug 视图中看到调用堆栈。 - 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.
在调试本机代码对托管代码的调用时,托管代码与调用它的本机代码在同一个物理线程中运行。 - 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 透视图混淆)展示了调用栈(call stack),Variables 视图展示了程序变量的当前状态,而 Console 视图则展示了程序。