ICorDebugCode::CreateBreakpoint 方法

在此代码段中的指定偏移处创建断点。

语法

HRESULT CreateBreakpoint (
    [in] ULONG32     offset,
    [out] ICorDebugFunctionBreakpoint **ppBreakpoint
);

参数

offset [in]要在其中创建断点的偏移量。

ppBreakpoint [out]指向表示断点的“ICorDebugFunctionBreakpoint”对象的地址的指针。

注解

在断点处于活动状态之前,必须将其添加到进程对象。

如果此代码是常见的中间语言(CIL)代码,并且代码的实时(JIT)已编译本机版本,则断点也将在 JIT 编译的代码中应用。 (如果稍后对代码进行 JIT 编译,情况也是如此。)

要求

平台:请参阅系统要求

标头:CorDebug.idl、CorDebug.h

库:CorGuids.lib

.NET Framework 版本:自 1.0 起可用