eric6/DebugClients/Python/BreakpointWatch.py

changeset 7960
e8fc383322f7
parent 7923
91e843545d9a
child 8043
0acf98cd089a
child 8240
93b8a353c4bf
equal deleted inserted replaced
7959:44e15eda6506 7960:e8fc383322f7
107 @staticmethod 107 @staticmethod
108 def get_break(filename, lineno): 108 def get_break(filename, lineno):
109 """ 109 """
110 Static method to get the breakpoint of a particular line. 110 Static method to get the breakpoint of a particular line.
111 111
112 Because eric6 supports only one breakpoint per line, this 112 Because eric supports only one breakpoint per line, this
113 method will return only one breakpoint. 113 method will return only one breakpoint.
114 114
115 @param filename file name of the bp to retrieve 115 @param filename file name of the bp to retrieve
116 @type str 116 @type str
117 @param lineno line number of the bp to retrieve 117 @param lineno line number of the bp to retrieve

eric ide

mercurial