Share via


IDebugIDECallback

Enables an expression evaluator (EE) to display a message in the debugger's output window.

IDebugIDECallback : IUnknown

Notes for Implementers

This callback is implemented by the managed debug engine.

Notes for Callers

It can be consumed by an expression evaluator to send output to the debugger’s output window.

Methods

This interface implements the following method:

Method

Description

IDebugIDECallback::DisplayMessage

Sends the specified message string to the debugger's output window.

Requirements

Header: Ee.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll