ipdb icon indicating copy to clipboard operation
ipdb copied to clipboard

Cannot continue with -c c from the command line

Open cirosantilli opened this issue 7 years ago • 2 comments

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.

cirosantilli avatar Nov 06 '18 15:11 cirosantilli

Is #155 a fix for this issue ? Or is it unrelated ?

gotcha avatar Nov 27 '18 21:11 gotcha

@gotcha this one is unrelated, I didn't investigate the root cause.

cirosantilli avatar Nov 27 '18 22:11 cirosantilli