How to list current line in pdb?

Chris Lasher chris.lasher at gmail.com
Fri Mar 23 11:26:29 EDT 2007


Hi all,

Using the pdb shell, after repeatedly entering 'l' (lowercase 'L'),
how do I jump back to listing the current line again if I don't
remember exactly what line my current line is? Do I just have to list
an early line in the code and repeatedly list from there until I see
the '->' indicating the current line?

Thanks,
Chris




More information about the Python-list mailing list