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 |