Debugger3::CurrentMode Property

 

Gets the current mode of the debugger within the context of the IDE.

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

property dbgDebugMode CurrentMode {
	dbgDebugMode get();
}

Property Value

Type: EnvDTE::dbgDebugMode

A dbgDebugMode value.

The following example shows how to use the CurrentMode property.

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