EditBreakAndWatchOptions

These constants represent the options you can use with the dlgOptions parameter of the Engine.DisplayEditBreakAndWatchDialog method. Use the bitwise-OR operator to specify more than one option.

By default, TestStand displays both the Breakpoints and Watch Expression tabs.

  • EditBreakAndWatch_DisplayBreakpointTab –(Value: 0x1) Use this option to display only the Breakpoints tab of the Edit Breakpoints/Watch Expressions dialog box.
  • EditBreakAndWatch_DisplayWatchExpressionTab –( Value: 0x2) Use this option to display only the Watch Expressions tab of the Edit Breakpoints/Watch Expressions dialog box.
  • EditBreakAndWatch_ModalToAppMainWind –(Value : 0x10000) By default, the Edit Breakpoints/Watch Expressions dialog box is modal to the last active window of the calling thread, or if none exists, to the last active window from AppMainHwnd. If you set this option, the Edit Breakpoints/Watch Expressions dialog box is modal with respect to the window handle of the Engine.AppMainHwnd property. Typically, you do not need to set this option.
  • EditBreakAndWatch_NoOptions –(Value: 0x0) Specifies no options. TestStand displays both the Breakpoints and Watch Expressions tabs.
  • EditBreakAndWatch_ReadOnly –(Value: 0x20000) Use this option to create a read-only version of the Edit Breakpoints/Watch Expressions dialog box.

See Also

Breakpoints tab

Edit Breakpoints/Watch Expressions dialog box

Engine.AppMainHwnd

Engine.DisplayEditBreakAndWatchDialog

Watch Expressions tab