samuelcolvin / python-devtools

Dev tools for python
https://python-devtools.helpmanual.io/
MIT License
985 stars 47 forks source link

Fix recursion problem in debug() #157

Open the-vty opened 3 months ago

the-vty commented 3 months ago

When debug() detects recursion it fails to display an object. It would be great to have it working. Thanks!