[docs] bdb.set_trace() context size
Jamshed Vesuna
jamshed.vesuna at gmail.com
Mon Dec 21 18:16:51 EST 2015
Hi,
Not quite sure where to submit this: I have a feature request for
bdb.set_trace() to have the option of setting the context value (default is
3 lines), such that a user can call bdb.set_trace(context=10) to display 10
lines of context instead of constantly typing "l" or "list" for more
context. Currently working on this with ipython:
https://github.com/ipython/ipython/issues/9087#issuecomment-166428841
Thank you,
Jamshed Vesuna
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20151221/dd080d8b/attachment.html>
More information about the docs
mailing list