Engine.DisplayEditBreakAndWatchDialog
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
Engine.DisplayEditBreakAndWatchDialog
Syntax
Engine.DisplayEditBreakAndWatchDialog( dlgTitle, dlgOptions = 0, [selectedItemParam])
Purpose
Launches the Edit Breakpoints/Watch Expressions dialog box, in which you can edit the breakpoints and watch expressions defined for the current workspace.
Parameters
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] Specifies any combination of the EditBreakAndWatchOptions constants.
This parameter has a default value of 0 .
selectedItemParam As Variant
[Out] [ Optional ] If the user clicked the Goto button, 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.