IDkmBreakpointManagerNotification174 接口

定义

此接口由将断点添加到断点管理器 ((如 AD7 AL) )的组件实现。 这允许在断点管理器绑定断点或检测到断点错误或警告时通知组件。

使用组件配置中定义的筛选器调用时,此接口的实现可能会受到限制。 可以使用以下属性:BaseDebugMonitorId、CompilerVendorId、EngineId、LanguageId、SourceId。

此 API 是在 Visual Studio 17 Update 4 (DkmApiVersion.VS17Update4) 中引入的。

public interface IDkmBreakpointManagerNotification174
type IDkmBreakpointManagerNotification174 = interface
Public Interface IDkmBreakpointManagerNotification174

方法

OnBreakpointMessage(DkmPendingBreakpoint, DkmBreakpointMessageLevel, DkmBreakpointSuggestedFix, String)

断点管理器发出有关绑定断点状态的通知。

适用于