Control events

You must send events during the controlled execution of your program. All of the events are sent using the IDebugEvent2 interface and have attributes that require you to implement the IDebugEvent2::GetAttributes method.

Additional methods

Some events require implementation of additional methods, as follows:

See also