Debugger2::DebuggedProcesses Property

 

Gets the list of processes currently being debugged.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

property Processes^ DebuggedProcesses {
	Processes^ get();
}

Property Value

Type: EnvDTE::Processes^

A Processes collection.

DebuggedProcesses gets a Processes collection representing the processes that are currently being debugged.

The following example demonstrates how to use the DebuggedProcesses property.

No code example is currently available or this language may not be supported.
Return to top
Show: