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

Add ipdb support #2

Open
csojinb opened this issue Jun 2, 2016 · 1 comment
Open

Add ipdb support #2

csojinb opened this issue Jun 2, 2016 · 1 comment

Comments

@csojinb
Copy link
Contributor

csojinb commented Jun 2, 2016

I should have recorded this issue a while ago. I attempted to add ipdb support, but it turns out the API for ipdb is not quite the same as the API for pdb in important ways (that I don't remember, because I discovered this 7 months ago and kept limited notes). However, ipdb is significantly nicer than pdb, so it would be nice to include it. Just choosing not to add in that complexity for the initial push.

@csojinb
Copy link
Contributor Author

csojinb commented May 22, 2017

This is sort-of available, in that you can inject any debugging function you want to run_dev_server, but it might make sense to make ipdb a command-line flag, since that's a common alternative to pdb.

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

1 participant