Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot continue with -c c from the command line #156

Open
cirosantilli opened this issue Nov 6, 2018 · 2 comments
Open

Cannot continue with -c c from the command line #156

cirosantilli opened this issue Nov 6, 2018 · 2 comments

Comments

@cirosantilli
Copy link

Commands like -c b 12' work, but -c c` seems to do nothing:

 python3 -m ipdb -c c ~/test/a.py

Tested on master c69a3d7

Works with raw pdb however:

pdb3 -c c ~/test/a.py

which continues as expected.

Python 3.5.2, Ubuntu 16.04.

@gotcha
Copy link
Owner

gotcha commented Nov 27, 2018

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

@cirosantilli
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants