-
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
Using set_trace
in 0.9.1 raises an error
#93
Closed
asfaltboy opened this issue
Apr 13, 2016
· 1 comment
· Fixed by agconti/cookiecutter-django-rest#199, illagrenan/django-cookiecutter-template#6, aio-libs/aiobotocore#60, aio-libs/aiohttp-debugtoolbar#47 or aio-libs/aioodbc#22
Closed
Using set_trace
in 0.9.1 raises an error
#93
asfaltboy opened this issue
Apr 13, 2016
· 1 comment
· Fixed by agconti/cookiecutter-django-rest#199, illagrenan/django-cookiecutter-template#6, aio-libs/aiobotocore#60, aio-libs/aiohttp-debugtoolbar#47 or aio-libs/aioodbc#22
Comments
Released in https://pypi.python.org/pypi/ipdb/0.9.2 |
This was referenced Apr 15, 2016
This was referenced Apr 29, 2016
This was referenced Jul 5, 2016
This was referenced Jul 29, 2016
This was referenced Sep 21, 2016
This was referenced Apr 22, 2017
This was referenced Aug 1, 2017
This was referenced Oct 6, 2017
This was referenced Oct 16, 2017
This was referenced Nov 2, 2017
This was referenced Dec 10, 2017
This was referenced Feb 15, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A simple call into
ipdb.set_trace()
, which is confirmed to work in versions 0.9 and 0.8, fails as below. This may be related to the fix in #85.The text was updated successfully, but these errors were encountered: