I got roasted bad on r/Python for posting this toy project so I wanted to see broader responses.<p>pled is a library that traces your Python program's execution with zero instrumentation code.<p>Just run your module/function using pled's executor and it will collect runtime data at special tracepoints like function entry, exit, etc. and generate a report in JSON or sequence diagram.<p>It's like pdb/logging/PySnooper without bothering you to set up and clean up debug code.