cool-RR / PySnooper

Never use print for debugging again
MIT License
16.34k stars 951 forks source link

feature request: support ndarrays #175

Closed TejasAvinashShetty closed 4 years ago

TejasAvinashShetty commented 4 years ago

Is there a way to use pysnooper with ndarrays from numpy?

alexmojaki commented 4 years ago

If you want the variables to display properly, try https://github.com/alexmojaki/snoop

cool-RR commented 4 years ago

This won't be implemented in PySnooper, sorry. I think it's too specialized, and not worth the added complexity. People should use either a real debugger, or a real monitoring solution.