eric3.Debugger.EditBreakpointDialog
Module implementing a dialog to edit breakpoint properties.
Classes
Functions
EditBreakpointDialog
Class implementing a dialog to edit breakpoint properties.
Derived from
EditBreakpointForm
Methods
EditBreakpointDialog (Constructor)
EditBreakpointDialog(properties, condHistory, parent = None, name = None, modal = 0, fl = 0)
Constructor
- condHistory
-
the list of conditionals history (QStringList)
- fl
-
the window flags
- modal
-
flag indicating a modal dialog
- name
-
the widget name of this dialog
- parent
-
the parent of this dialog
- properties
-
properties for the breakpoint (tuple)
(condition, temporary flag, enabled flag, ignore count)
EditBreakpointDialog.getData
getData()
Public method to retrieve the entered data.
- Returns:
-
a tuple containing the breakpoints new properties
(condition, temporary flag, enabled flag, ignore count)