Debugger2::CurrentMode Property

 

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

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

property dbgDebugMode CurrentMode {
	dbgDebugMode get();
}

Property Value

Type: EnvDTE::dbgDebugMode

A dbgDebugMode value.

The following example demonstrates how to use the CurrentMode property.

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