Trees | Indices | Help |
|
---|
|
Breakpoint class
Implements temporary breakpoints, ignore counts, disabling and (re)-enabling, and conditionals.
Breakpoints are indexed by number through bpbynumber and by the file,line tuple using bplist. The former points to a single instance of class Breakpoint. The latter points to a list of such instances since there may be more than one breakpoint per line.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
next = 1
|
|||
bplist =
|
|||
bpbynumber =
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Tue Jan 29 22:42:27 2008 | http://epydoc.sourceforge.net |