Call the debugging API to evaluate the function.
调用调试api以计算函数。
Injecting Code Dynamically with the Debugging API.
使用调试API动态注入代码。
Do not use the debugging API to debug a potentially hostile process for two major reasons.
请不要使用调试API来调试潜在的恶意进程,主要有以下两方面的原因。
In-process debugging enabled a profiler to use the inspection portions of the debugging API.
进程内调试允许探查器使用调试api的检查部分。
The debugging API does not provide methods for obtaining frames contained in unmanaged chains.
调试API不提供用于获取非托管链中包含的帧的方法。
Call the debugging API to access the values of variables in the expression and to invoke the functions in the expression.
调用调试api以访问表达式中的变量值以及调用表达式中的函数。
This helper thread is responsible for handling many of the inspection services provided by the debugging API, in addition to assisting with thread synchronization under certain circumstances.
此帮助器线程负责处理由调试api提供的许多检查服务,以及在某些情况下协助线程同步。
One of the challenges in debugging is that there are often many layers of system code between the application and the WebSphere MQ API.
调试中的一大挑战就是应用程序和WebSphereMQAPI之间往往存在多层系统代码。
The CLR debugging API enables inspection of stack frames and local variables with JIT-compiled code that has been optimized.
clr调试api使用经过优化的JIT编译代码来启用堆栈帧和局部变量检查。
The CLR debugging API has conflicting requirements pertaining to process architecture.
CLR调试API具有与进程体系结构有关的相互冲突的要求。
This topic describes how and when the CLR debugging API gets involved and which services it provides.
本主题描述clr调试api何时以及如何进行工作以及它提供哪些服务。
The CLR debugging API provides the same functionality for managed code.
clr调试api可以为托管代码提供相同功能。
A single debugger helper thread is used within every CLR process to make sure that the CLR debugging API operates correctly.
每个CLR进程中只使用一个调试器帮助器线程以确保clr调试api正常运行。
Because of these conflicting requirements, the CLR debugging API combines some of each approach.
由于存在这些相互冲突的要求,所以CLR调试api会将各种方法的一些内容组合在一起。
The common language runtime (CLR) debugging API was designed to be used as if it were part of the operating system kernel.
公共语言运行时(CLR)调试API专门用作操作系统内核的一部分。
When managed code generates an exception, the CLR debugging API suspends the execution of the process and passes the exception information to the debugger.
当托管代码生成异常时,clr调试api将暂停执行进程,并将异常信息传递给调试器。
When managed code generates an exception, the CLR debugging API suspends the execution of the process and passes the exception information to the debugger.
当托管代码生成异常时,clr调试api将暂停执行进程,并将异常信息传递给调试器。
应用推荐