7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
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> |
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> |
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> |