Engine.DisplayEditBreakAndWatchDialog ( dlgTitle, dlgOptions = 0, [selectedItemParam])
Launches the Edit Breakpoints/Watch Expressions dialog box, in which you can edit the breakpoints and watch expressions defined for the current workspace.
dlgTitle As String
[In] Specifies the title of the dialog box. Pass an empty string to use the default title for the dialog box.
dlgOptions As long
[In] Pass any combination of the EditBreakAndWatchOptions constants.
This parameter has a default value of 0.
selectedItemParam As Variant
[Out] [Optional] If the user clicked Goto, this parameter returns information about the last selected item on the Breakpoints tab of the Edit Breakpoints/Watch Expressions dialog box. Pass a SelectedBreakpointItem object to access the last selected item.