Breakpoint::Condition Property

 

Specifies the condition for the breakpoint.

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

property String^ Condition {
	String^ get();
}

Property Value

Type: System::String^

A string representing the breakpoint condition for the property.

A condition is an optional property that determines whether your program breaks when the breakpoint is reached. This condition is specified in the Breakpoint Condition dialog box.

The returned string is usually an expression used to determine when a breakpoint is hit.

The following example demonstrates how to use the Condition property.

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