flyaflya wrote: > I use pdb.set_trace() to debug code.the Debugger Commands "enable" and > "disable" need argumet -- "breakpoint number",but I can't find any > information about it,so how to can i get the breakpoint number? I think > "disable","enable" are very useful commands... I know why I can't get breakpoint list using command "b", beacause I use pdb.set_trace() to set breakpoint ,but this break can't be shown by "b",breakpoint only setted during debuging can be shown. -- http://mail.python.org/mailman/listinfo/python-list