7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
142 | 142 |
143 <p> | 143 <p> |
144 Public method to retrieve the entered data for an add. | 144 Public method to retrieve the entered data for an add. |
145 </p> | 145 </p> |
146 <dl> | 146 <dl> |
147 <dt>Returns:</dt> | 147 <dt>Return:</dt> |
148 <dd> | 148 <dd> |
149 a tuple containing the new breakpoints properties | 149 a tuple containing the new breakpoints properties |
150 (filename, lineno, condition, temporary flag, enabled flag, | 150 (filename, lineno, condition, temporary flag, enabled flag, |
151 ignore count) | 151 ignore count) |
152 </dd> | 152 </dd> |
157 | 157 |
158 <p> | 158 <p> |
159 Public method to retrieve the entered data. | 159 Public method to retrieve the entered data. |
160 </p> | 160 </p> |
161 <dl> | 161 <dl> |
162 <dt>Returns:</dt> | 162 <dt>Return:</dt> |
163 <dd> | 163 <dd> |
164 a tuple containing the breakpoints new properties | 164 a tuple containing the breakpoints new properties |
165 (condition, temporary flag, enabled flag, ignore count) | 165 (condition, temporary flag, enabled flag, ignore count) |
166 </dd> | 166 </dd> |
167 </dl> | 167 </dl> |