IDebugProgramCreateEvent2

This interface is sent by the debug engine (DE) to the session debug manager (SDM) when a program is attached to.

IDebugProgramCreateEvent2 : IUnknown

Notes for Implementers

The DE or the custom port supplier implements this interface to report that a program has been created, typically at the time the program is attached to. The IDebugEvent2 interface must be implemented on the same object as this interface. The SDM uses the QueryInterface method to access the IDebugEvent2 interface.

Notes for Callers

The DE or the custom port supplier creates and sends this event object to report the creation of a program. The DE sends this event by using the IDebugEventCallback2 callback function that is supplied by the SDM when it attached to the program being debugged. The custom port supplier sends this event using the IDebugPortEvents2 interface.

Remarks

The DE or custom port supplier publishes a new IDebugProgramNode2 interface by calling IDebugProgramPublisher2::PublishProgramNode.

Requirements

Header: msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

See Also

Concepts

Core Interfaces

Reference

IDebugEvent2

IDebugEventCallback2

IDebugPortEvents2

IDebugProgram2