bdb¶
Debugger basics
Functions¶
bar(a) |
|
checkfuncname(b, frame) |
Check whether we should break here because of b.funcname. |
effective(file, line, frame) |
Determine which breakpoint for this file:line is to be acted upon. |
foo(n) |
|
set_trace() |
|
test() |
Classes¶
Bdb([skip]) |
Generic Python debugger base class. |
Breakpoint(file, line[, temporary, cond, ...]) |
Breakpoint class |
Tdb([skip]) |