pudb
pudb copied to clipboard
Include text-wrapping abilities
While most code is PEP compliant and well within 80 columns, some of it isn't. I was wondering whether PuDB has the ability to wrap code if it exceeds the current width? If not, is this a reasonable feature to include?
The capability doesn't currently exist. As a matter of personal need, it's not something that I would use a lot, but I wouldn't object to a PR.