ICorDebugManagedCallback::BreakpointSetError 方法

通知调试器公共语言运行时无法准确绑定在编译函数(JIT)之前设置的断点。

Syntax

HRESULT BreakpointSetError (
    [in] ICorDebugAppDomain  *pAppDomain,
    [in] ICorDebugThread     *pThread,
    [in] ICorDebugBreakpoint *pBreakpoint,
    [in] DWORD                dwError
);

参数

pAppDomain [in]指向 ICorDebugAppDomain 对象的指针,该对象表示包含未绑定断点的应用程序域。

pThread [in]指向 ICorDebugThread 对象的指针,该对象表示包含未绑定断点的线程。

pBreakpoint [in]指向表示未绑定断点的 ICorDebugBreakpoint 对象的指针。

dwError [in]指示错误的整数。

注解

给定断点永远不会命中。 调试器应停用并重新绑定它。

要求

平台: 请参阅 .NET 支持的作系统

页眉: CorDebug.idl、CorDebug.h

图书馆: CorGuids.lib

.NET 版本: 自 .NET Framework 1.0 起可用

另请参阅