a newbie question about debug

flyaflya flyaflya at gmail.com
Tue May 31 03:05:55 EDT 2005


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.



More information about the Python-list mailing list