By default, during debugging in IPython, ipdb shows one line above and one line below the current position in code.
Is there an easy way to make the area shown a bit bigger? I'd think it would be configurable, but haven't been able to find it.
easy way to do this - 2022
import ipdb
print(ipdb.__file__)
__main__.py
from that folderexcept (configparser.NoSectionError, configparser.NoOptionError):
Why this is better than the proper way: