Show HN: Print-less debugging of Python code https://ift.tt/hqj6XAB

Show HN: Print-less debugging of Python code I got roasted bad on r/Python for posting this toy project so I wanted to see broader responses. pled is a library that traces your Python program's execution with zero instrumentation code. 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. It's like pdb/logging/PySnooper without bothering you to set up and clean up debug code. https://ift.tt/QoPRlwr January 23, 2025 at 02:10AM

No comments:

Show HN: Nirbai – map first event platform https://ift.tt/4iNcnej

Show HN: Nirbai – map first event platform One of my first projects after discovering the power of coding was to build an event aggregator i...