ipdb
ipdb copied to clipboard
Cannot continue with -c c from the command line
Commands like -c b 12' work, but -c c` seems to do nothing:
python3 -m ipdb -c c ~/test/a.py
Tested on master c69a3d712b275a4d15f6319598732cd278643e09
Works with raw pdb however:
pdb3 -c c ~/test/a.py
which continues as expected.
Python 3.5.2, Ubuntu 16.04.
Is #155 a fix for this issue ? Or is it unrelated ?
@gotcha this one is unrelated, I didn't investigate the root cause.