Debugger::CurrentMode Property

 

Gets the current mode of the debugger within the context of the integrated development environment (IDE).

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.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: