C# (CSharp) PowerStudio.DebugEngine.Events Namespace

Classes

Name Description
ActivateDocumentEvent
AsynchronousEvent
BeforeSymbolSearchEvent The debug engine (DE) sends this interface to the session debug manager (SDM) to set the status bar message during symbol loads.
BreakpointBoundEvent This interface is sent when a pending breakpoint has been bound in the debuggee.
BreakpointEvent This Event is sent when a breakpoint is hit in the debuggee
DebugEngineCreateEvent The debug DebugEngine (DE) sends this interface to the session debug manager (SDM) when an instance of the DE is created.
DebugEventBase
ModuleLoadEvent This interface is sent by the debug engine (DE) to the session debug manager (SDM) when a module is loaded or unloaded.
OutputDebugStringEvent This interface is sent by the debug engine (DE) to the session debug manager (SDM) to output a string for debug tracing.
ProgramDestroyEvent This interface is sent by the debug engine (DE) to the session debug manager (SDM) when a program has run to completion or is otherwise destroyed.
StoppingEvent
SymbolSearchEvent This interface is sent by the debug engine (DE) to indicate the results of searching for symbols for a module in the debuggee
SynchronousEvent
SynchronousStoppingEvent
ThreadDestroyEvent This interface is sent by the debug engine (DE) to the session debug manager (SDM) when a thread has exited.