K
Kääriäinen Anssi
I am currently debugging the django test cases, and there are a lot of variables names like w, q, where, condition and so on. Especially variables like w, q, c, r are really annoying. It would be cool if pdb would detect a clash and in that case ask you what to do. Nothing more annoying than stepping through the code, finally finding the problematic place and then trying to find out what c.somevar contains... I am using Python 2.6.
Is there some way to do this? My googling didn't turn out anything. Or is it recommended to use something else instead of pdb?
Thank you for your time,
- Anssi Kääriäinen
Is there some way to do this? My googling didn't turn out anything. Or is it recommended to use something else instead of pdb?
Thank you for your time,
- Anssi Kääriäinen