Breakpoint2::BreakWhenHit Property

 

Gets or sets a value indicating whether the program breaks when a breakpoint is encountered.

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

property bool BreakWhenHit {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

A boolean value that is true if the program breaks when a breakpoint is encountered, otherwise false.

Return to top
Show: