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

copy some features from pdb++ #20

Comments

@CRP
Copy link

CRP commented Mar 12, 2012

While I prefer ipdb due to its closer link with ipython, pdb++ does have some nice feature, like sticky mode (automatic calling of list after each step, highlighting current position) and expression display. Are there any plans to include something like this?

Thanks

@gotcha
Copy link
Owner

gotcha commented Mar 13, 2012

No plans on my side : those features should be added to IPython which ipdb wraps.

@gotcha gotcha closed this as completed Mar 13, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment