WatchExpressionBreakType

Use these constants to specify the breakpoint type value of the WatchExpression.BreakpointType property.

  • WatchExpressionBreakType_None –(Value: 0x0) Specifies no breakpoint.
  • WatchExpressionBreakType_OnChange –(Value: 0x1) Specifies to suspend the execution when the evaluated value of the watch expression changes.
  • WatchExpressionBreakType_OnExpressionTrue –(Value: 0x2) Specifies to suspend the execution whenever the coerced value of the watch expression evaluates to True . This option has no effect on arrays or containers.

See Also

WatchExpression.BreakpointType