debugging
an archive of posts with this tag
-
Python's `breakpoint()`
Meet `breakpoint()`: Your Built‑In Debug Superpower in Modern Python
-
Concurrency bugs and debugging
Why do concurrency bugs only fire "sometimes"? What deadlocks, data races, and false sharing really are, and how to catch hard-to-reproduce bugs with ThreadSanitizer.