StepDescriptionOptions

These constants represent the options you can use with the options parameter of the Step.GetDescriptionEx and Step.GetStepSettingsString methods.

  • StepDescOption_IncludeBreakpoint –(Value: 0x02) Returns the available breakpoint description with the step description. Use this option with the Step.GetExecutionFlowString method.
    Note Only conditional breakpoints provide a description.
  • StepDescOption_Long –(Value: 0x1) Returns the longest description available for the step. If you do not specify this option, the adapter settings determine whether to return a long description.
  • StepDescOption_NoOptions –(Value: 0x0) No options.

See Also

Step.GetDescriptionEx

Step.GetExecutionFlowString

Step.GetStepSettingsString