ICorDebugBreakpoint 接口

表示函数中的断点,或值上的监视点。

Methods

方法 Description
Activate 方法 设置此 ICorDebugBreakpoint状态。
IsActive 方法 获取一个值,该值指示此值 ICorDebugBreakpoint 是否处于活动状态。

注解

断点不支持直接支持条件表达式。 如果需要此类功能,调试器必须在上面 ICorDebugBreakpoint实现此功能。

ICorDebugFunctionBreakpoint 接口扩展 ICorDebugBreakpoint 以支持函数中的断点。

注释

此接口不支持远程调用,无论是跨计算机还是跨进程。

要求

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

页眉: CorDebug.idl、CorDebug.h

图书馆: CorGuids.lib

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