Hi folks,
I've been trying to use pdb to debug a Python 2.7 program and this has really
stumped me.
When debugging a program that uses
from __future__ import division
in Python 2.7, it would be useful to be able to have the same behaviour at the
pdb prompt. However, it looks like pdb d
Many thanks for the quick reply. I must admit I was surprised not to find any
note about this anywhere in the docs (or indeed anywhere online); it seems like
something that people would have run into before. I've added a request to the
documentation tracker to have a note added to help people wh