-
Notifications
You must be signed in to change notification settings - Fork 147
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
ipdb ignores my ipython color scheme #50
Comments
Some more info from that particular virtualenv:
|
+1 I have the same problem |
Should be fixed when #61 is done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My
~/.config/ipython/profile_default/ipython_config.py
containsc.TerminalInteractiveShell.colors = 'LightBG'
.ipython
honors that.ipdb
doesn't, and I get to enjoy text displayed in light yellow on white background in my tracebacks.Looks like bug #1 is back?
I've got ipdb 0.8 and ipython 1.2.0.
I'm invoking ipdb by inserting
import ipdb; ipdb.set_trace()
in my application code.The text was updated successfully, but these errors were encountered: