eric7.Debugger.EditBreakpointDialog
Module implementing a dialog to edit breakpoint properties.
Global Attributes
Classes
Functions
EditBreakpointDialog
Class implementing a dialog to edit breakpoint properties.
Derived from
QDialog, Ui_EditBreakpointDialog
Class Attributes
Class Methods
Methods
Static Methods
EditBreakpointDialog (Constructor)
EditBreakpointDialog(breakPointId, properties, condHistory, parent=None, name=None, modal=False, addMode=False, filenameHistory=None, )
Constructor
- breakPointId (tuple of (str, int))
-
id of the breakpoint (tuple of (filename, line number)
- properties (tuple of (str, bool, bool, int))
-
properties for the breakpoint (tuple of (condition,
temporary flag, enabled flag, ignore count)
- condHistory (list of str)
-
the list of conditionals history
- parent (QWidget)
-
the parent of this dialog
- name (str)
-
the widget name of this dialog
- modal (bool)
-
flag indicating a modal dialog
- addMode (bool)
-
flag indicating the add mode
- filenameHistory (list of str)
-
list of recently used file names
EditBreakpointDialog.getAddData
getAddData()
Public method to retrieve the entered data for an add.
- Return:
-
a tuple containing the new breakpoints properties
(filename, lineno, condition, temporary flag, enabled flag,
ignore count)
- Return Type:
-
tuple of (str, int, str, bool, bool, int)
EditBreakpointDialog.getData
getData()
Public method to retrieve the entered data.
- Return:
-
a tuple containing the breakpoints new properties
(condition, temporary flag, enabled flag, ignore count)
- Return Type:
-
tuple of (str, bool, bool, int)
EditBreakpointDialog.on_filenamePicker_editTextChanged
on_filenamePicker_editTextChanged(fn)
Private slot to handle the change of the filename.
- fn (str)
-
text of the filename edit