A trace hook to help understand and debug threaded code
Project description
PyConquer is a trace hook designed to help you understand and debug threaded code, and conquer concurrency headaches. While the Tracer instance is running, it will examine code as it is executed, and report on what’s happening when. Most importantly, it prints the currently-executing line in a separate column for each thread.