VCPlatform::DisableAlternateDebuggers Property

 

Gets whether alternative debuggers are accessable.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

property bool DisableAlternateDebuggers {
	bool get();
}

Property Value

Type: System::Boolean

true if alternative debuggers can not be used.

Return to top
Show: