共用方式為


ICorDebugBreakpoint 介面

表示函式中的中斷點,或是某個值上的監看點。

方法

方法

描述

ICorDebugBreakpoint::Activate 方法

設定此 ICorDebugBreakpoint 的作用狀態。

ICorDebugBreakpoint::IsActive 方法

取得值,指出此 ICorDebugBreakpoint 是否在使用中。

備註

中斷點不直接支援條件運算式。 如果需要這種功能,偵錯工具必須在 ICorDebugBreakpoint 之上實作它。

ICorDebugFunctionBreakpoint 介面會擴充 ICorDebugBreakpoint 來支援函式內的中斷點。

注意事項注意事項

這個介面不支援遠端呼叫,不論是跨電腦或跨處理序。

需求

**平台:**請參閱 .NET Framework 系統需求

**標頭:**CorDebug.idl、CorDebug.h

**程式庫:**CorGuids.lib

**.NET Framework 版本:**4、3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0、1.1、1.0

請參閱

其他資源

偵錯介面