This is a command line debugger that runs your code and sends the execution trace to an LLM. I've found that copy-pasting error messages and code isn't enough to solve complex bugs, figured that this would solve that.Note that this is a fork of PySnooper with a simple LLM layer over it, all credits to the team that built it!