pdb and breakpoints

Christopher Fonnesbeck chris at fonnesbeck.org
Thu Jan 2 14:08:06 EST 2003


I am running into a problem using python and the pdb. I set breakpoints in a class within which I have set a trace, but when I hit "c" to continue to the next breakpoint, pdb blows right by them. I have set the breakpoint in a for loop, so that it should stop at the first line (non-commented) in the loop every time. Anyone have an idea of what I may be doing wrong?

Thanks in advance, 
-- 
Christopher J. Fonnesbeck	GA Coop. Fish & Wildlife Research Unit 
chris at fonnesbeck.org		University of Georgia





More information about the Python-list mailing list