7991:866adc8c315b | 8043:0acf98cd089a |
---|---|
140 </dd> | 140 </dd> |
141 <dt><i>lineno</i> (int)</dt> | 141 <dt><i>lineno</i> (int)</dt> |
142 <dd> | 142 <dd> |
143 line number of the breakpoint | 143 line number of the breakpoint |
144 </dd> | 144 </dd> |
145 <dt><i>temporary=</i> (bool)</dt> | 145 <dt><i>temporary</i> (bool)</dt> |
146 <dd> | 146 <dd> |
147 flag to indicate a temporary breakpoint | 147 flag to indicate a temporary breakpoint |
148 </dd> | 148 </dd> |
149 <dt><i>cond=</i> (str)</dt> | 149 <dt><i>cond</i> (str)</dt> |
150 <dd> | 150 <dd> |
151 Python expression which dynamically enables this bp | 151 Python expression which dynamically enables this bp |
152 </dd> | 152 </dd> |
153 </dl> | 153 </dl> |
154 <a NAME="Breakpoint.deleteMe" ID="Breakpoint.deleteMe"></a> | 154 <a NAME="Breakpoint.deleteMe" ID="Breakpoint.deleteMe"></a> |
224 <dd> | 224 <dd> |
225 the current execution frame | 225 the current execution frame |
226 </dd> | 226 </dd> |
227 </dl> | 227 </dl> |
228 <dl> | 228 <dl> |
229 <dt>Returns:</dt> | 229 <dt>Return:</dt> |
230 <dd> | 230 <dd> |
231 tuple of Breakpoint and a flag to indicate, that a | 231 tuple of Breakpoint and a flag to indicate, that a |
232 temporary breakpoint may be deleted | 232 temporary breakpoint may be deleted |
233 </dd> | 233 </dd> |
234 </dl> | 234 </dl> |
244 | 244 |
245 <p> | 245 <p> |
246 Static method to get the breakpoint of a particular line. | 246 Static method to get the breakpoint of a particular line. |
247 </p> | 247 </p> |
248 <p> | 248 <p> |
249 Because eric6 supports only one breakpoint per line, this | 249 Because eric supports only one breakpoint per line, this |
250 method will return only one breakpoint. | 250 method will return only one breakpoint. |
251 </p> | 251 </p> |
252 <dl> | 252 <dl> |
253 | 253 |
254 <dt><i>filename</i> (str)</dt> | 254 <dt><i>filename</i> (str)</dt> |
259 <dd> | 259 <dd> |
260 line number of the bp to retrieve | 260 line number of the bp to retrieve |
261 </dd> | 261 </dd> |
262 </dl> | 262 </dl> |
263 <dl> | 263 <dl> |
264 <dt>Returns:</dt> | 264 <dt>Return:</dt> |
265 <dd> | 265 <dd> |
266 Breakpoint or None, if there is no bp | 266 Breakpoint or None, if there is no bp |
267 </dd> | 267 </dd> |
268 </dl> | 268 </dl> |
269 <dl> | 269 <dl> |
359 </dd> | 359 </dd> |
360 <dt><i>flag</i> (str)</dt> | 360 <dt><i>flag</i> (str)</dt> |
361 <dd> | 361 <dd> |
362 indicates type of watch (created or changed) | 362 indicates type of watch (created or changed) |
363 </dd> | 363 </dd> |
364 <dt><i>temporary=</i> (bool)</dt> | 364 <dt><i>temporary</i> (bool)</dt> |
365 <dd> | 365 <dd> |
366 flag for temporary watches | 366 flag for temporary watches |
367 </dd> | 367 </dd> |
368 </dl> | 368 </dl> |
369 <a NAME="Watch.deleteMe" ID="Watch.deleteMe"></a> | 369 <a NAME="Watch.deleteMe" ID="Watch.deleteMe"></a> |
421 <dd> | 421 <dd> |
422 the current execution frame | 422 the current execution frame |
423 </dd> | 423 </dd> |
424 </dl> | 424 </dl> |
425 <dl> | 425 <dl> |
426 <dt>Returns:</dt> | 426 <dt>Return:</dt> |
427 <dd> | 427 <dd> |
428 tuple of watch expression and a flag to indicate, that a | 428 tuple of watch expression and a flag to indicate, that a |
429 temporary watch expression may be deleted | 429 temporary watch expression may be deleted |
430 </dd> | 430 </dd> |
431 </dl> | 431 </dl> |
448 <dd> | 448 <dd> |
449 expression of the watch expression to be cleared | 449 expression of the watch expression to be cleared |
450 </dd> | 450 </dd> |
451 </dl> | 451 </dl> |
452 <dl> | 452 <dl> |
453 <dt>Returns:</dt> | 453 <dt>Return:</dt> |
454 <dd> | 454 <dd> |
455 reference to the watch point | 455 reference to the watch point |
456 </dd> | 456 </dd> |
457 </dl> | 457 </dl> |
458 <dl> | 458 <dl> |