Pre-release
This release is a pre-release and may not be stable for production use.
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.