Debugger/BreakPointViewer.py

changeset 501
5c615a85241a
parent 476
121633976eca
child 564
b3d966393ba9
equal deleted inserted replaced
500:c3abc7895a01 501:5c615a85241a
19 Class implementing the Breakpoint viewer widget. 19 Class implementing the Breakpoint viewer widget.
20 20
21 Breakpoints will be shown with all their details. They can be modified through 21 Breakpoints will be shown with all their details. They can be modified through
22 the context menu of this widget. 22 the context menu of this widget.
23 23
24 @signal sourceFile(string, int) emitted to show the source of a breakpoint 24 @signal sourceFile(str, int) emitted to show the source of a breakpoint
25 """ 25 """
26 sourceFile = pyqtSignal(str, int) 26 sourceFile = pyqtSignal(str, int)
27 27
28 def __init__(self, parent = None): 28 def __init__(self, parent = None):
29 """ 29 """

eric ide

mercurial