Re: PDB command <-> variable clashes
If you want to view the variable, use the "p" (print) command. Then there is no name clash. -- http://mail.python.org/mailman/listinfo/python-list
Re: PDB command <-> variable clashes
On Oct 8, 1:18 pm, Kääriäinen Anssi wrote: > 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 cas