Feature request: Implement tool to explore long PySnooper outputs
Author: cool-RRCreated Jan 28, 2020Updated Feb 22, 2022
It happened that I was using PySnooper with depth=10000 to explore a piece of running code. Of course, the output was huge with many levels of indentations. I wanted to explore it, but it was difficult to track the execution of a single function.
It would be cool if there was a tool that accepted PySnooper outputs and allow some useful use cases of exploring them to find what you want.
Source: cool-RR/PySnooper