Neither pdb or print() displays the bug

Ethan Furman ethan at stoneleaf.us
Tue Jun 1 16:25:09 EDT 2021


On 6/1/21 1:18 PM, Rich Shepard wrote:

 > I'd appreciate recommendations on the process to find where the bug lives
 > since I can't seem to find it with print() or line-by-line in pdb.

Sounds like a console issue.  Try using `logging` with a file... you could even use `print` with a file if you wanted to.

--
~Ethan~


More information about the Python-list mailing list