ipdb
ipdb copied to clipboard
the ipd console add unexpected spaces on
It looks like the below image. when I insert an import ipdb;ipdb.set_trace().
the console has some spaces which cannot be reduce. and when I input something, it appear in the begin of the line.

my pip version is: ipdb==0.9.0
Does that happen with older ipdb versions ?
the old version seems ok. I try the ipdb==0.8.1, it works ok.